#6C885F

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

Shades of Xanadu #6C885F

Tints of Xanadu #6C885F

Color information

#6C885F (or 0x6C885F) is unknown color: approx Xanadu. HEX triplet: 6C, 88 and 5F. RGB value is (108,136,95). Sum of RGB (Red+Green+Blue) = 108+136+95=339 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.86% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #6C885F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C885F is #9377A0. Grayscale: #7B7B7B. Windows color (decimal): -9664417 or 6260844. OLE color: 6260844.

HSL color Cylindrical-coordinate representation of color #6C885F: hue angle of 100.98º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C885F is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB10813695-
CMYK0.2100.300.47
HSL100.98º17.75%45.29%-
HSV(B)100.98º30.15%53.33%-
XYZ17.0521.6214.1-
YUV122.95112.22117.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.86%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=31.86%
G=40.12%
B=28.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108136950.2100.300.47100.9817.7545.29
Hex6C885F1501E2F65122d
Octal15421013725036571452255
Binary110110010001000101111110101011110101111110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C885F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,136,95); }

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

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

 a { background-color: rgb(108,136,95); }

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

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

 span { border-color: rgb(108,136,95); }

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