#6E766A

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

Shades of Xanadu #6E766A

Tints of Xanadu #6E766A

Color information

#6E766A (or 0x6E766A) is unknown color: approx Xanadu. HEX triplet: 6E, 76 and 6A. RGB value is (110,118,106). Sum of RGB (Red+Green+Blue) = 110+118+106=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766A is #918995. Grayscale: #727272. Windows color (decimal): -9537942 or 6977134. OLE color: 6977134.

HSL color Cylindrical-coordinate representation of color #6E766A: hue angle of 100º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E766A is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB110118106-
CMYK0.0700.100.54
HSL100º5.36%43.92%-
HSV(B)100º10.17%46.27%-
XYZ15.5117.3116.16-
YUV114.24123.35124.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.93%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 106 (41.80% from 255) = 31.74%
R=32.93%
G=35.33%
B=31.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1101181060.0700.100.541005.3643.92
Hex6E766A70A366452c
Octal156166152701266144554
Binary110111011101101101010111010101101101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,118,106); }

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

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

 a { background-color: rgb(110,118,106); }

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

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

 span { border-color: rgb(110,118,106); }

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