#6E766B

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

Shades of Xanadu #6E766B

Tints of Xanadu #6E766B

Color information

#6E766B (or 0x6E766B) is unknown color: approx Xanadu. HEX triplet: 6E, 76 and 6B. RGB value is (110,118,107). Sum of RGB (Red+Green+Blue) = 110+118+107=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766B is #918994. Grayscale: #727272. Windows color (decimal): -9537941 or 7042670. OLE color: 7042670.

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

Color convert

RGB110118107-
CMYK0.0700.090.54
HSL103.64º4.89%44.12%-
HSV(B)103.64º9.32%46.27%-
XYZ15.5617.3316.44-
YUV114.35123.85124.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.84%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=32.84%
G=35.22%
B=31.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1101181070.0700.090.54103.644.8944.12
Hex6E766B709366852c
Octal156166153701166150554
Binary110111011101101101011111010011101101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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