#C4B871

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

Shades of Dark Khaki #C4B871

Tints of Dark Khaki #C4B871

Color information

#C4B871 (or 0xC4B871) is unknown color: approx Dark Khaki. HEX triplet: C4, B8 and 71. RGB value is (196,184,113). Sum of RGB (Red+Green+Blue) = 196+184+113=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B871 is #3B478E. Grayscale: #B3B3B3. Windows color (decimal): -3884943 or 7452868. OLE color: 7452868.

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

Color convert

RGB196184113-
CMYK00.060.420.23
HSL51.33º41.29%60.59%-
HSV(B)51.33º42.35%76.86%-
XYZ42.8947.2122.47-
YUV179.4990.48139.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=39.76%
G=37.32%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618411300.060.420.2351.3341.2960.59
HexC4B871062A1733293d
Octal304270161065227635175
Binary11000100101110001110001011010101010111110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B871; }

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

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

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

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

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

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

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

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