#6C8666

Color #6C8666 Xanadu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Xanadu #6C8666

Tints of Xanadu #6C8666

Color information

#6C8666 (or 0x6C8666) is unknown color: approx Xanadu. HEX triplet: 6C, 86 and 66. RGB value is (108,134,102). Sum of RGB (Red+Green+Blue) = 108+134+102=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8666 is #937999. Grayscale: #7A7A7A. Windows color (decimal): -9664922 or 6719084. OLE color: 6719084.

HSL color Cylindrical-coordinate representation of color #6C8666: hue angle of 108.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8666 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB108134102-
CMYK0.1900.240.47
HSL108.75º13.56%46.27%-
HSV(B)108.75º23.88%52.55%-
XYZ17.1121.215.76-
YUV122.58116.39117.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=31.40%
G=38.95%
B=29.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081341020.1900.240.47108.7513.5646.27
Hex6C8666130182F6de2e
Octal15420614623030571551656
Binary11011001000011011001101001101100010111111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8666; }

 p { color: rgb(108,134,102); }

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

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

 a { background-color: rgb(108,134,102); }

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

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

 span { border-color: rgb(108,134,102); }

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