#C5B96E

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

Shades of Dark Khaki #C5B96E

Tints of Dark Khaki #C5B96E

Color information

#C5B96E (or 0xC5B96E) is unknown color: approx Dark Khaki. HEX triplet: C5, B9 and 6E. RGB value is (197,185,110). Sum of RGB (Red+Green+Blue) = 197+185+110=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B96E is #3A4691. Grayscale: #B4B4B4. Windows color (decimal): -3819154 or 7256517. OLE color: 7256517.

HSL color Cylindrical-coordinate representation of color #C5B96E: hue angle of 51.72º 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 #C5B96E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197185110-
CMYK00.060.440.23
HSL51.72º42.86%60.2%-
HSV(B)51.72º44.16%77.25%-
XYZ43.1947.6921.68-
YUV180.0488.48140.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 110 (43.36% from 255) = 22.36%
R=40.04%
G=37.60%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718511000.060.440.2351.7242.8660.2
HexC5B96E062C17342b3c
Octal305271156065427645374
Binary11000101101110011101110011010110010111110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B96E; }

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

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

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

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

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

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

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

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