#6D885E

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

Shades of Xanadu #6D885E

Tints of Xanadu #6D885E

Color information

#6D885E (or 0x6D885E) is unknown color: approx Xanadu. HEX triplet: 6D, 88 and 5E. RGB value is (109,136,94). Sum of RGB (Red+Green+Blue) = 109+136+94=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #6D885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D885E is #9277A1. Grayscale: #7B7B7B. Windows color (decimal): -9598882 or 6195309. OLE color: 6195309.

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

Color convert

RGB10913694-
CMYK0.2000.310.47
HSL98.57º18.26%45.1%-
HSV(B)98.57º30.88%53.33%-
XYZ17.1321.6713.87-
YUV123.14111.55117.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.15%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=32.15%
G=40.12%
B=27.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136940.2000.310.4798.5718.2645.1
Hex6D885E1401F2F63122d
Octal15521013624037571432255
Binary110110110001000101111010100011111101111110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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