#6E8569

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

Shades of Xanadu #6E8569

Tints of Xanadu #6E8569

Color information

#6E8569 (or 0x6E8569) is unknown color: approx Xanadu. HEX triplet: 6E, 85 and 69. RGB value is (110,133,105). Sum of RGB (Red+Green+Blue) = 110+133+105=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8569 is #917A96. Grayscale: #7B7B7B. Windows color (decimal): -9534103 or 6915438. OLE color: 6915438.

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

Color convert

RGB110133105-
CMYK0.1700.210.48
HSL109.29º11.76%46.67%-
HSV(B)109.29º21.05%52.16%-
XYZ17.3721.1116.52-
YUV122.93117.88118.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=31.61%
G=38.22%
B=30.17%

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
Decimal1101331050.1700.210.48109.2911.7646.67
Hex6E856911015306dc2f
Octal15620515121025601551457
Binary11011101000010111010011000101010111000011011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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