#6E8863

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

Shades of Xanadu #6E8863

Tints of Xanadu #6E8863

Color information

#6E8863 (or 0x6E8863) is unknown color: approx Xanadu. HEX triplet: 6E, 88 and 63. RGB value is (110,136,99). Sum of RGB (Red+Green+Blue) = 110+136+99=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8863 is #91779C. Grayscale: #7C7C7C. Windows color (decimal): -9533341 or 6522990. OLE color: 6522990.

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

Color convert

RGB11013699-
CMYK0.1900.270.47
HSL102.16º15.74%46.08%-
HSV(B)102.16º27.21%53.33%-
XYZ17.4921.8215.1-
YUV124.01113.89118.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.88%
GREEN value IS 136 (53.52% from 255) = 39.42%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=31.88%
G=39.42%
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.47
SystemRedGreenBlueCMYKHSL
Decimal110136990.1900.270.47102.1615.7446.08
Hex6E88631301B2F66102e
Octal15621014323033571462056
Binary110111010001000110001110011011011101111110011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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