#C6B66E

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

Shades of Dark Khaki #C6B66E

Tints of Dark Khaki #C6B66E

Color information

#C6B66E (or 0xC6B66E) is unknown color: approx Dark Khaki. HEX triplet: C6, B6 and 6E. RGB value is (198,182,110). Sum of RGB (Red+Green+Blue) = 198+182+110=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B66E is #394991. Grayscale: #B2B2B2. Windows color (decimal): -3754386 or 7255750. OLE color: 7255750.

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

Color convert

RGB198182110-
CMYK00.080.440.22
HSL49.09º43.56%60.39%-
HSV(B)49.09º44.44%77.65%-
XYZ42.8346.5921.49-
YUV178.5889.3141.85-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 110 (43.36% from 255) = 22.45%
R=40.41%
G=37.14%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818211000.080.440.2249.0943.5660.39
HexC6B66E082C16312c3c
Octal3062661560105426615474
Binary110001101011011011011100100010110010110110001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B66E; }

 p { color: rgb(198,182,110); }

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

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

 a { background-color: rgb(198,182,110); }

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

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

 span { border-color: rgb(198,182,110); }

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