#6E8167

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

Shades of Xanadu #6E8167

Tints of Xanadu #6E8167

Color information

#6E8167 (or 0x6E8167) is unknown color: approx Xanadu. HEX triplet: 6E, 81 and 67. RGB value is (110,129,103). Sum of RGB (Red+Green+Blue) = 110+129+103=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8167 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8167 is #917E98. Grayscale: #787878. Windows color (decimal): -9535129 or 6783342. OLE color: 6783342.

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

Color convert

RGB110129103-
CMYK0.1500.200.49
HSL103.85º11.21%45.49%-
HSV(B)103.85º20.16%50.59%-
XYZ16.7319.9915.81-
YUV120.36118.21120.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 103 (40.62% from 255) = 30.12%
R=32.16%
G=37.72%
B=30.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101291030.1500.200.49103.8511.2145.49
Hex6E8167F0143168b2d
Octal15620114717024611501355
Binary1101110100000011100111111101010011000111010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,103); }

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

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

 a { background-color: rgb(110,129,103); }

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

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

 span { border-color: rgb(110,129,103); }

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