#6F796B

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

Shades of Xanadu #6F796B

Tints of Xanadu #6F796B

Color information

#6F796B (or 0x6F796B) is unknown color: approx Xanadu. HEX triplet: 6F, 79 and 6B. RGB value is (111,121,107). Sum of RGB (Red+Green+Blue) = 111+121+107=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #6F796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F796B is #908694. Grayscale: #747474. Windows color (decimal): -9471637 or 7043439. OLE color: 7043439.

HSL color Cylindrical-coordinate representation of color #6F796B: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F796B is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB111121107-
CMYK0.0800.120.53
HSL102.86º6.14%44.71%-
HSV(B)102.86º11.57%47.45%-
XYZ16.0518.1216.56-
YUV116.41122.69124.14-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=32.74%
G=35.69%
B=31.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111211070.0800.120.53102.866.1444.71
Hex6F796B80C356762d
Octal1571711531001465147655
Binary1101111111100111010111000011001101011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,121,107); }

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

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

 a { background-color: rgb(111,121,107); }

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

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

 span { border-color: rgb(111,121,107); }

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