#6C8561

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

Shades of Xanadu #6C8561

Tints of Xanadu #6C8561

Color information

#6C8561 (or 0x6C8561) is unknown color: approx Xanadu. HEX triplet: 6C, 85 and 61. RGB value is (108,133,97). Sum of RGB (Red+Green+Blue) = 108+133+97=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8561 is #937A9E. Grayscale: #797979. Windows color (decimal): -9665183 or 6391148. OLE color: 6391148.

HSL color Cylindrical-coordinate representation of color #6C8561: hue angle of 101.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C8561 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB10813397-
CMYK0.1900.270.48
HSL101.67º15.65%45.1%-
HSV(B)101.67º27.07%52.16%-
XYZ16.7320.8314.45-
YUV121.42114.22118.43-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 97 (38.28% from 255) = 28.70%
R=31.95%
G=39.35%
B=28.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133970.1900.270.48101.6715.6545.1
Hex6C85611301B3066102d
Octal15420514123033601462055
Binary110110010000101110000110011011011110000110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,133,97); }

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

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

 a { background-color: rgb(108,133,97); }

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

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

 span { border-color: rgb(108,133,97); }

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