#C5B86E

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

Shades of Dark Khaki #C5B86E

Tints of Dark Khaki #C5B86E

Color information

#C5B86E (or 0xC5B86E) is unknown color: approx Dark Khaki. HEX triplet: C5, B8 and 6E. RGB value is (197,184,110). Sum of RGB (Red+Green+Blue) = 197+184+110=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B86E is #3A4791. Grayscale: #B3B3B3. Windows color (decimal): -3819410 or 7256261. OLE color: 7256261.

HSL color Cylindrical-coordinate representation of color #C5B86E: hue angle of 51.03º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5B86E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197184110-
CMYK00.070.440.23
HSL51.03º42.86%60.2%-
HSV(B)51.03º44.16%77.25%-
XYZ42.9847.2821.61-
YUV179.4588.81140.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=40.12%
G=37.47%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718411000.070.440.2351.0342.8660.2
HexC5B86E072C17332b3c
Octal305270156075427635374
Binary11000101101110001101110011110110010111110011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B86E; }

 p { color: rgb(197,184,110); }

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

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

 a { background-color: rgb(197,184,110); }

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

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

 span { border-color: rgb(197,184,110); }

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