#6F766E

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

Shades of Xanadu #6F766E

Tints of Xanadu #6F766E

Color information

#6F766E (or 0x6F766E) is unknown color: approx Xanadu. HEX triplet: 6F, 76 and 6E. RGB value is (111,118,110). Sum of RGB (Red+Green+Blue) = 111+118+110=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #6F766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F766E is #908991. Grayscale: #737373. Windows color (decimal): -9472402 or 7239279. OLE color: 7239279.

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

Color convert

RGB111118110-
CMYK0.0600.070.54
HSL112.5º3.51%44.71%-
HSV(B)112.5º6.78%46.27%-
XYZ15.8517.4617.29-
YUV114.99125.18125.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 118 (46.48% from 255) = 34.81%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=32.74%
G=34.81%
B=32.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111181100.0600.070.54112.53.5144.71
Hex6F766E607367042d
Octal15716615660766160455
Binary11011111110110110111011001111101101110000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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