#C5B76D

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

Shades of Dark Khaki #C5B76D

Tints of Dark Khaki #C5B76D

Color information

#C5B76D (or 0xC5B76D) is unknown color: approx Dark Khaki. HEX triplet: C5, B7 and 6D. RGB value is (197,183,109). Sum of RGB (Red+Green+Blue) = 197+183+109=489 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.29% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B76D is #3A4892. Grayscale: #B3B3B3. Windows color (decimal): -3819667 or 7190469. OLE color: 7190469.

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

Color convert

RGB197183109-
CMYK00.070.450.23
HSL50.45º43.14%60%-
HSV(B)50.45º44.67%77.25%-
XYZ42.7246.8421.26-
YUV178.7588.64141.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.29%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=40.29%
G=37.42%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718310900.070.450.2350.4543.1460
HexC5B76D072D17322b3c
Octal305267155075527625374
Binary11000101101101111101101011110110110111110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B76D; }

 p { color: rgb(197,183,109); }

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

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

 a { background-color: rgb(197,183,109); }

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

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

 span { border-color: rgb(197,183,109); }

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