#6E8468

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

Shades of Xanadu #6E8468

Tints of Xanadu #6E8468

Color information

#6E8468 (or 0x6E8468) is unknown color: approx Xanadu. HEX triplet: 6E, 84 and 68. RGB value is (110,132,104). Sum of RGB (Red+Green+Blue) = 110+132+104=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8468 is #917B97. Grayscale: #7A7A7A. Windows color (decimal): -9534360 or 6849646. OLE color: 6849646.

HSL color Cylindrical-coordinate representation of color #6E8468: hue angle of 107.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E8468 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB110132104-
CMYK0.1700.210.48
HSL107.14º11.86%46.27%-
HSV(B)107.14º21.21%51.76%-
XYZ17.1820.8216.21-
YUV122.23117.71119.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.79%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=31.79%
G=38.15%
B=30.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321040.1700.210.48107.1411.8646.27
Hex6E846811015306bc2e
Octal15620415021025601531456
Binary11011101000010011010001000101010111000011010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,132,104); }

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

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

 a { background-color: rgb(110,132,104); }

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

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

 span { border-color: rgb(110,132,104); }

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