#C5B56A

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

Shades of Dark Khaki #C5B56A

Tints of Dark Khaki #C5B56A

Color information

#C5B56A (or 0xC5B56A) is unknown color: approx Dark Khaki. HEX triplet: C5, B5 and 6A. RGB value is (197,181,106). Sum of RGB (Red+Green+Blue) = 197+181+106=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B56A is #3A4A95. Grayscale: #B1B1B1. Windows color (decimal): -3820182 or 6993349. OLE color: 6993349.

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

Color convert

RGB197181106-
CMYK00.080.460.23
HSL49.45º43.96%59.41%-
HSV(B)49.45º46.19%77.25%-
XYZ42.1545.9620.28-
YUV177.2387.8142.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.70%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=40.70%
G=37.40%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718110600.080.460.2349.4543.9659.41
HexC5B56A082E17312c3b
Octal3052651520105627615473
Binary110001011011010111010100100010111010111110001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B56A; }

 p { color: rgb(197,181,106); }

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

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

 a { background-color: rgb(197,181,106); }

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

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

 span { border-color: rgb(197,181,106); }

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