#C4B96B

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

Shades of Dark Khaki #C4B96B

Tints of Dark Khaki #C4B96B

Color information

#C4B96B (or 0xC4B96B) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 6B. RGB value is (196,185,107). Sum of RGB (Red+Green+Blue) = 196+185+107=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 107 (42.19% from 255 or 21.93% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B96B is #3B4694. Grayscale: #B3B3B3. Windows color (decimal): -3884693 or 7059908. OLE color: 7059908.

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

Color convert

RGB196185107-
CMYK00.060.450.23
HSL52.58º43%59.41%-
HSV(B)52.58º45.41%76.86%-
XYZ42.7747.520.82-
YUV179.487.14139.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 107 (42.19% from 255) = 21.93%
R=40.16%
G=37.91%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618510700.060.450.2352.584359.41
HexC4B96B062D17352b3b
Octal304271153065527655373
Binary11000100101110011101011011010110110111110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B96B; }

 p { color: rgb(196,185,107); }

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

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

 a { background-color: rgb(196,185,107); }

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

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

 span { border-color: rgb(196,185,107); }

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