#6F746E

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

Shades of Xanadu #6F746E

Tints of Xanadu #6F746E

Color information

#6F746E (or 0x6F746E) is unknown color: approx Xanadu. HEX triplet: 6F, 74 and 6E. RGB value is (111,116,110). Sum of RGB (Red+Green+Blue) = 111+116+110=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #6F746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F746E is #908B91. Grayscale: #717171. Windows color (decimal): -9472914 or 7238767. OLE color: 7238767.

HSL color Cylindrical-coordinate representation of color #6F746E: hue angle of 110º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F746E is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB111116110-
CMYK0.0400.050.55
HSL110º2.65%44.31%-
HSV(B)110º5.17%45.49%-
XYZ15.621717.21-
YUV113.82125.84125.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 110 (43.36% from 255) = 32.64%
R=32.94%
G=34.42%
B=32.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111161100.0400.050.551102.6544.31
Hex6F746E405376e32c
Octal15716415640567156354
Binary1101111111010011011101000101110111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,116,110); }

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

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

 a { background-color: rgb(111,116,110); }

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

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

 span { border-color: rgb(111,116,110); }

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