#C9BB71

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

Shades of Dark Khaki #C9BB71

Tints of Dark Khaki #C9BB71

Color information

#C9BB71 (or 0xC9BB71) is unknown color: approx Dark Khaki. HEX triplet: C9, BB and 71. RGB value is (201,187,113). Sum of RGB (Red+Green+Blue) = 201+187+113=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BB71 is #36448E. Grayscale: #B7B7B7. Windows color (decimal): -3556495 or 7453641. OLE color: 7453641.

HSL color Cylindrical-coordinate representation of color #C9BB71: hue angle of 50.45º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C9BB71 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB201187113-
CMYK00.070.440.21
HSL50.45º44.9%61.57%-
HSV(B)50.45º43.78%78.82%-
XYZ44.8449.1522.75-
YUV182.7588.64141.02-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 187 (73.44% from 255) = 37.33%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=40.12%
G=37.33%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118711300.070.440.2150.4544.961.57
HexC9BB71072C15322d3e
Octal311273161075425625576
Binary11001001101110111110001011110110010101110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BB71; }

 p { color: rgb(201,187,113); }

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

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

 a { background-color: rgb(201,187,113); }

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

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

 span { border-color: rgb(201,187,113); }

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