#6E856B

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

Shades of Xanadu #6E856B

Tints of Xanadu #6E856B

Color information

#6E856B (or 0x6E856B) is unknown color: approx Xanadu. HEX triplet: 6E, 85 and 6B. RGB value is (110,133,107). Sum of RGB (Red+Green+Blue) = 110+133+107=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #6E856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E856B is #917A94. Grayscale: #7B7B7B. Windows color (decimal): -9534101 or 7046510. OLE color: 7046510.

HSL color Cylindrical-coordinate representation of color #6E856B: hue angle of 113.08º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E856B is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB110133107-
CMYK0.1700.200.48
HSL113.08º10.83%47.06%-
HSV(B)113.08º19.55%52.16%-
XYZ17.4721.1517.07-
YUV123.16118.88118.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.43%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=31.43%
G=38%
B=30.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101331070.1700.200.48113.0810.8347.06
Hex6E856B110143071b2f
Octal15620515321024601611357
Binary11011101000010111010111000101010011000011100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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