#C4B66C

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

Shades of Dark Khaki #C4B66C

Tints of Dark Khaki #C4B66C

Color information

#C4B66C (or 0xC4B66C) is unknown color: approx Dark Khaki. HEX triplet: C4, B6 and 6C. RGB value is (196,182,108). Sum of RGB (Red+Green+Blue) = 196+182+108=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B66C is #3B4993. Grayscale: #B2B2B2. Windows color (decimal): -3885460 or 7124676. OLE color: 7124676.

HSL color Cylindrical-coordinate representation of color #C4B66C: hue angle of 50.45º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4B66C is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196182108-
CMYK00.070.450.23
HSL50.45º42.72%59.61%-
HSV(B)50.45º44.9%76.86%-
XYZ42.246.2720.9-
YUV177.7588.64141.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=40.33%
G=37.45%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618210800.070.450.2350.4542.7259.61
HexC4B66C072D17322b3c
Octal304266154075527625374
Binary11000100101101101101100011110110110111110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B66C; }

 p { color: rgb(196,182,108); }

 H1.HeaderClassName
 {
   color: #C4B66C;
 }
 .AnyTagClassName
 {
   color: #C4B66C;
 }
</style>
background-color css

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

 a { background-color: rgb(196,182,108); }

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

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

 span { border-color: rgb(196,182,108); }

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