#C4B964

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

Shades of Dark Khaki #C4B964

Tints of Dark Khaki #C4B964

Color information

#C4B964 (or 0xC4B964) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 64. RGB value is (196,185,100). Sum of RGB (Red+Green+Blue) = 196+185+100=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B964 is #3B469B. Grayscale: #B2B2B2. Windows color (decimal): -3884700 or 6601156. OLE color: 6601156.

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

Color convert

RGB196185100-
CMYK00.060.490.23
HSL53.12º44.86%58.04%-
HSV(B)53.12º48.98%76.86%-
XYZ42.4147.3518.96-
YUV178.683.64140.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 185 (72.66% from 255) = 38.46%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=40.75%
G=38.46%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618510000.060.490.2353.1244.8658.04
HexC4B964063117352d3a
Octal304271144066127655572
Binary11000100101110011100100011011000110111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B964; }

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

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

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

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

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

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

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

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