#6E8563

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

Shades of Xanadu #6E8563

Tints of Xanadu #6E8563

Color information

#6E8563 (or 0x6E8563) is unknown color: approx Xanadu. HEX triplet: 6E, 85 and 63. RGB value is (110,133,99). Sum of RGB (Red+Green+Blue) = 110+133+99=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8563 is #917A9C. Grayscale: #7A7A7A. Windows color (decimal): -9534109 or 6522222. OLE color: 6522222.

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

Color convert

RGB11013399-
CMYK0.1700.260.48
HSL100.59º14.66%45.49%-
HSV(B)100.59º25.56%52.16%-
XYZ17.0720.9914.96-
YUV122.25114.88119.26-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 133 (52.34% from 255) = 38.89%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=32.16%
G=38.89%
B=28.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133990.1700.260.48100.5914.6645.49
Hex6E85631101A3065f2d
Octal15620514321032601451755
Binary11011101000010111000111000101101011000011001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,99); }

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

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

 a { background-color: rgb(110,133,99); }

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

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

 span { border-color: rgb(110,133,99); }

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