#C4BB67

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

Shades of Dark Khaki #C4BB67

Tints of Dark Khaki #C4BB67

Color information

#C4BB67 (or 0xC4BB67) is unknown color: approx Dark Khaki. HEX triplet: C4, BB and 67. RGB value is (196,187,103). Sum of RGB (Red+Green+Blue) = 196+187+103=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB67 is #3B4498. Grayscale: #B4B4B4. Windows color (decimal): -3884185 or 6798276. OLE color: 6798276.

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

Color convert

RGB196187103-
CMYK00.050.470.23
HSL54.19º44.08%58.63%-
HSV(B)54.19º47.45%76.86%-
XYZ42.9848.2619.88-
YUV180.1184.48139.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 103 (40.62% from 255) = 21.19%
R=40.33%
G=38.48%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618710300.050.470.2354.1944.0858.63
HexC4BB67052F17362c3b
Octal304273147055727665473
Binary11000100101110111100111010110111110111110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB67; }

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

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

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

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

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

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

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

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