#C4B861

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

Shades of Dark Khaki #C4B861

Tints of Dark Khaki #C4B861

Color information

#C4B861 (or 0xC4B861) is unknown color: approx Dark Khaki. HEX triplet: C4, B8 and 61. RGB value is (196,184,97). Sum of RGB (Red+Green+Blue) = 196+184+97=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B861 is #3B479E. Grayscale: #B2B2B2. Windows color (decimal): -3884959 or 6404292. OLE color: 6404292.

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

Color convert

RGB19618497-
CMYK00.060.510.23
HSL52.73º45.62%57.45%-
HSV(B)52.73º50.51%76.86%-
XYZ42.0646.8818.14-
YUV177.6782.48141.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=41.09%
G=38.57%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961849700.060.510.2352.7345.6257.45
HexC4B861063317352e39
Octal304270141066327655671
Binary11000100101110001100001011011001110111110101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B861; }

 p { color: rgb(196,184,97); }

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

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

 a { background-color: rgb(196,184,97); }

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

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

 span { border-color: rgb(196,184,97); }

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