#C0B871

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

Shades of Dark Khaki #C0B871

Tints of Dark Khaki #C0B871

Color information

#C0B871 (or 0xC0B871) is unknown color: approx Dark Khaki. HEX triplet: C0, B8 and 71. RGB value is (192,184,113). Sum of RGB (Red+Green+Blue) = 192+184+113=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B871 is #3F478E. Grayscale: #B2B2B2. Windows color (decimal): -4147087 or 7452864. OLE color: 7452864.

HSL color Cylindrical-coordinate representation of color #C0B871: hue angle of 53.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0B871 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB192184113-
CMYK00.040.410.25
HSL53.92º38.54%59.8%-
HSV(B)53.92º41.15%75.29%-
XYZ41.8646.6822.43-
YUV178.391.15137.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=39.26%
G=37.63%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218411300.040.410.2553.9238.5459.8
HexC0B87104291936273c
Octal300270161045131664774
Binary11000000101110001110001010010100111001110110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B871; }

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

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

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

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

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

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

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

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