#c4bb6d

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

Shades of Dark Khaki #C4BB6D

Tints of Dark Khaki #C4BB6D

Color information

#C4BB6D (or 0xC4BB6D) is unknown color: approx Dark Khaki. HEX triplet: C4, BB and 6D. RGB value is (196,187,109). Sum of RGB (Red+Green+Blue) = 196+187+109=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB6D is #3B4492. Grayscale: #B5B5B5. Windows color (decimal): -3884179 or 7191492. OLE color: 7191492.

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

Color convert

RGB196187109-
CMYK00.050.440.23
HSL53.79º42.44%59.8%-
HSV(B)53.79º44.39%76.86%-
XYZ43.348.3821.52-
YUV180.887.48138.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.84%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=39.84%
G=38.01%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618710900.050.440.2353.7942.4459.8
HexC4BB6D052C17362a3c
Octal304273155055427665274
Binary11000100101110111101101010110110010111110110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4bb6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4bb6d; }

 p { color: rgb(196,187,109); }

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

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

 a { background-color: rgb(196,187,109); }

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

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

 span { border-color: rgb(196,187,109); }

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