#C6B96D

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

Shades of Dark Khaki #C6B96D

Tints of Dark Khaki #C6B96D

Color information

#C6B96D (or 0xC6B96D) is unknown color: approx Dark Khaki. HEX triplet: C6, B9 and 6D. RGB value is (198,185,109). Sum of RGB (Red+Green+Blue) = 198+185+109=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B96D is #394692. Grayscale: #B4B4B4. Windows color (decimal): -3753619 or 7190982. OLE color: 7190982.

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

Color convert

RGB198185109-
CMYK00.070.450.22
HSL51.24º43.84%60.2%-
HSV(B)51.24º44.95%77.65%-
XYZ43.447.8121.41-
YUV180.2287.81140.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=40.24%
G=37.60%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818510900.070.450.2251.2443.8460.2
HexC6B96D072D16332c3c
Octal306271155075526635474
Binary11000110101110011101101011110110110110110011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B96D; }

 p { color: rgb(198,185,109); }

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

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

 a { background-color: rgb(198,185,109); }

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

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

 span { border-color: rgb(198,185,109); }

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