Html Css Color HEX #C4B366 Dark Khaki

📋 copy color: '#C4B366'

red 196 ◦ green 179 ◦ blue 102

#C4B366
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #C4B366

Tints of Dark Khaki #C4B366

RGB

 RED value IS 196 (76.95% from 255) = 41.09%

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 41.09%
G = 37.53%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C4B366 (or 0xC4B366) is known color: Dark Khaki. HEX triplet: C4, B3 and 66. RGB value is (196,179,102). Sum of RGB (Red+Green+Blue) = 196+179+102=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B366 is #3B4C99. Grayscale: #AFAFAF. Windows color (decimal): -3886234 or 6730692. OLE color: 6730692.

HSL color Cylindrical-coordinate representation of color #C4B366: hue angle of 49.15º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B366 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 179 102 -
CMYK 0 0.09 0.48 0.23
HSL 49.15º 0.44% 0.58% -
HSV(B) 49.15º 0.48% 0.77% -
XYZ 41.28 44.94 19.07 -
YUV 175.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 196 179 102 0 0.09 0.48 0.23 49.15 0.44 0.58
Hex C4 B3 66 0 9 30 17 31 2C 3A
Octal 304 263 146 0 11 60 27 61 54 72
Binary 11000100 10110011 1100110 0 1001 110000 10111 110001 101100 111010

Color Harmonies of #C4B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B366

Black with #C4B366

Text Example


Text Example

White with #C4B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B366; }

 p { color: rgb(196,179,102); }

 H1.HeaderClassName
 {
   color: #C4B366;
 }
 .AnyTagClassName
 {
   color: #C4B366;
 }
</style>

background-color css

<style>
 a { background-color: #C4B366; }

 a { background-color: rgb(196,179,102); }

 div.DivClassName
 {
   background-color: #C4B366;
 }
 .BgClassName
 {
   background-color: #C4B366;
 }
</style>

border-color css

<style>
 span { border-color: #C4B366; }

 span { border-color: rgb(196,179,102); }

 td.TdClassName
 {
   border-color: #C4B366;
 }
 .TagClassName
 {
   border-color: #C4B366;
 }
</style>