#C5B36C

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

Shades of Dark Khaki #C5B36C

Tints of Dark Khaki #C5B36C

Color information

#C5B36C (or 0xC5B36C) is unknown color: approx Dark Khaki. HEX triplet: C5, B3 and 6C. RGB value is (197,179,108). Sum of RGB (Red+Green+Blue) = 197+179+108=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B36C is #3A4C93. Grayscale: #B0B0B0. Windows color (decimal): -3820692 or 7123909. OLE color: 7123909.

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

Color convert

RGB197179108-
CMYK00.090.450.23
HSL47.87º43.41%59.8%-
HSV(B)47.87º45.18%77.25%-
XYZ41.8545.1920.7-
YUV176.2989.46142.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=40.70%
G=36.98%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717910800.090.450.2347.8743.4159.8
HexC5B36C092D17302b3c
Octal3052631540115527605374
Binary110001011011001111011000100110110110111110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B36C; }

 p { color: rgb(197,179,108); }

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

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

 a { background-color: rgb(197,179,108); }

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

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

 span { border-color: rgb(197,179,108); }

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