#C4B66F

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

Shades of Dark Khaki #C4B66F

Tints of Dark Khaki #C4B66F

Color information

#C4B66F (or 0xC4B66F) is unknown color: approx Dark Khaki. HEX triplet: C4, B6 and 6F. RGB value is (196,182,111). Sum of RGB (Red+Green+Blue) = 196+182+111=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B66F is #3B4990. Grayscale: #B2B2B2. Windows color (decimal): -3885457 or 7321284. OLE color: 7321284.

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

Color convert

RGB196182111-
CMYK00.070.430.23
HSL50.12º41.87%60.2%-
HSV(B)50.12º43.37%76.86%-
XYZ42.3646.3421.75-
YUV178.0990.14140.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 182 (71.48% from 255) = 37.22%
BLUE value IS 111 (43.75% from 255) = 22.70%
R=40.08%
G=37.22%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618211100.070.430.2350.1241.8760.2
HexC4B66F072B17322a3c
Octal304266157075327625274
Binary11000100101101101101111011110101110111110010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B66F; }

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

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

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

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

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

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

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

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