#6E8369

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

Shades of Xanadu #6E8369

Tints of Xanadu #6E8369

Color information

#6E8369 (or 0x6E8369) is unknown color: approx Xanadu. HEX triplet: 6E, 83 and 69. RGB value is (110,131,105). Sum of RGB (Red+Green+Blue) = 110+131+105=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8369 is #917C96. Grayscale: #797979. Windows color (decimal): -9534615 or 6914926. OLE color: 6914926.

HSL color Cylindrical-coordinate representation of color #6E8369: hue angle of 108.46º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8369 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB110131105-
CMYK0.1600.200.49
HSL108.46º11.02%46.27%-
HSV(B)108.46º19.85%51.37%-
XYZ17.120.5716.43-
YUV121.76118.54119.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=31.79%
G=37.86%
B=30.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101311050.1600.200.49108.4611.0246.27
Hex6E836910014316cb2e
Octal15620315120024611541356
Binary11011101000001111010011000001010011000111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,105); }

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

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

 a { background-color: rgb(110,131,105); }

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

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

 span { border-color: rgb(110,131,105); }

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