#C4B366

Color #C4B366 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C4B366

Tints of Dark Khaki #C4B366

Color information

#C4B366 (or 0xC4B366) is unknown color: approx 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

RGB196179102-
CMYK00.090.480.23
HSL49.15º44.34%58.43%-
HSV(B)49.15º47.96%76.86%-
XYZ41.2844.9419.07-
YUV175.386.63142.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617910200.090.480.2349.1544.3458.43
HexC4B366093017312c3a
Octal3042631460116027615472
Binary110001001011001111001100100111000010111110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>