#6E746C

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

Shades of Xanadu #6E746C

Tints of Xanadu #6E746C

Color information

#6E746C (or 0x6E746C) is unknown color: approx Xanadu. HEX triplet: 6E, 74 and 6C. RGB value is (110,116,108). Sum of RGB (Red+Green+Blue) = 110+116+108=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746C is #918B93. Grayscale: #717171. Windows color (decimal): -9538452 or 7107694. OLE color: 7107694.

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

Color convert

RGB110116108-
CMYK0.0500.070.55
HSL105º3.57%43.92%-
HSV(B)105º6.9%45.49%-
XYZ15.3816.8916.64-
YUV113.29125.01125.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.93%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 108 (42.58% from 255) = 32.34%
R=32.93%
G=34.73%
B=32.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1101161080.0500.070.551053.5743.92
Hex6E746C507376942c
Octal15616415450767151454
Binary11011101110100110110010101111101111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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