COLOR #C6950B

HEX: #C6950B
RGB: (198,149,11)

Renk bilgisi

#C6950B contains mainly red and green colors. #C6950B ‘ nin web güvenlik rengi #CC9900 (ya da #C90) dir.

RGB renk modeli

#C6950B color RGB value is (198,149,11).

  • kırmız ton 198;
  • yeşil ton 149;
  • mavi ton 11.
RGB:
(198,149,11)
(78%,58%,4%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 149 of 255 = 58%
B 11 of 255 = 4%

198
149
11

R + G + B ~ 47%. #C6950B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 149 + 11 = 358 (100%)
R 198 of 358 ~ 55.31%
G 149 of 358 ~ 41.62%
B 11 of 358 ~ 3.07%

%55.31
%41.62

CMYK RENK MODELİ

#C6950B rengi CMYK tonu (0,25,94,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.75%
  • sarı tonu 94.44%
  • ana renk tonu 22.35%
CMYK:
(0,25,94,22)
C0M25Y94K22 
(0%,25%,94%,22%)
(0.00/0.25/0.94/0.22)	

CMYK yüzdeleri

%0
%24.75
%94.44
%22.35

Codes

Color #C6950B in popluar color models

C6950B
RGB19814911
HSL44°89.47%40.98%
HSB/HSV44°94.44%77.65%
CMYK0.00%24.75%94.44%
22.35%

Color #C6950B in popluar number systems.

HEXC6950B
Decimal19814911
Binary11000110100101011011
Octal30622513

Shades and tints

Shades of #C6950B

#C6950B
(198,149,11)
#B4880A
(180,136,10)
#A27B09
(162,123,9)
#906E08
(144,110,8)
#7E6107
(126,97,7)
#6C5406
(108,84,6)
#5A4705
(90,71,5)
#483A04
(72,58,4)
#362D03
(54,45,3)
#242002
(36,32,2)
#121301
(18,19,1)
#000000
(0,0,0)

Tints of #C6950B

#C6950B
(198,149,11)
#CB9E21
(203,158,33)
#D0A737
(208,167,55)
#D5B04D
(213,176,77)
#DAB963
(218,185,99)
#DFC279
(223,194,121)
#E4CB8F
(228,203,143)
#E9D4A5
(233,212,165)
#EEDDBB
(238,221,187)
#F3E6D1
(243,230,209)
#F8EFE7
(248,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6950B color. Also use rgb(198,149,11) instead hex code.

Text Font Color

.myTextColor { color: #C6950B; }

<p style="color:#C6950B">This sample text font color is #C6950B.</p>

This text font color is #C6950B.


Background Color

.myBgColor { background-color: #C6950B; }

<div style="background-color:#C6950B">Inner text</div>

This div background color is #C6950B.


Border color

.myBorderColor { border: 1px solid #C6950B; }

<div style="border:3px solid #C6950B">Div</div>

This div border color is #C6950B.


Opacity

.myOpacity80 { color: #C6950B; opacity: 0.8; }

<p style="color:#C6950B;opacity:0.8;">80%</p>

Text with #C6950B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6950B;}

<p style="text-shadow: 3px 3px 1px #C6950B">Text here.</p>

This text has shadow with #C6950B color.

.textShadow {text-shadow: 3px 3px 1px #C6950B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6950B, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6950B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6950B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6950B, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6950B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C6950B;
  -webkit-box-shadow:	1px 1px 3px 2px #C6950B;
  box-shadow:		1px 1px 3px 2px #C6950B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6950B;
-webkit-box-shadow: 1px 1px 3px 2px #C6950B;
box-shadow:1px 1px 3px 2px #C6950B;">
Div content here</div>
This div box has shadow with color #C6950B.

Preview

Color preview on black background

This text has color #C6950B on black background.


Color preview on white background

This text has color #C6950B on white background.



Black color preview on #C6950B background

This text has black color on #C6950B background.


White color preview on #C6950B background

This text has white color on #C6950B background.