#6D8861

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

Shades of Xanadu #6D8861

Tints of Xanadu #6D8861

Color information

#6D8861 (or 0x6D8861) is unknown color: approx Xanadu. HEX triplet: 6D, 88 and 61. RGB value is (109,136,97). Sum of RGB (Red+Green+Blue) = 109+136+97=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8861 is #92779E. Grayscale: #7B7B7B. Windows color (decimal): -9598879 or 6391917. OLE color: 6391917.

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

Color convert

RGB10913697-
CMYK0.2000.290.47
HSL101.54º16.74%45.69%-
HSV(B)101.54º28.68%53.33%-
XYZ17.2721.7214.59-
YUV123.48113.05117.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.87%
GREEN value IS 136 (53.52% from 255) = 39.77%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=31.87%
G=39.77%
B=28.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136970.2000.290.47101.5416.7445.69
Hex6D88611401D2F66112e
Octal15521014124035571462156
Binary110110110001000110000110100011101101111110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,136,97); }

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

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

 a { background-color: rgb(109,136,97); }

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

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

 span { border-color: rgb(109,136,97); }

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