#6E9263

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

Shades of Xanadu #6E9263

Tints of Xanadu #6E9263

Color information

#6E9263 (or 0x6E9263) is unknown color: approx Xanadu. HEX triplet: 6E, 92 and 63. RGB value is (110,146,99). Sum of RGB (Red+Green+Blue) = 110+146+99=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 99 (39.06% from 255 or 27.89% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #6E9263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9263 is #916D9C. Grayscale: #828282. Windows color (decimal): -9530781 or 6525550. OLE color: 6525550.

HSL color Cylindrical-coordinate representation of color #6E9263: hue angle of 105.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9263 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB11014699-
CMYK0.2500.320.43
HSL105.96º19.18%48.04%-
HSV(B)105.96º32.19%57.25%-
XYZ18.9624.7715.59-
YUV129.88110.57113.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 146 (57.42% from 255) = 41.13%
BLUE value IS 99 (39.06% from 255) = 27.89%
R=30.99%
G=41.13%
B=27.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110146990.2500.320.43105.9619.1848.04
Hex6E9263190202B6a1330
Octal15622214331040531522360
Binary1101110100100101100011110010100000101011110101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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