#6F806D

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

Shades of Xanadu #6F806D

Tints of Xanadu #6F806D

Color information

#6F806D (or 0x6F806D) is unknown color: approx Xanadu. HEX triplet: 6F, 80 and 6D. RGB value is (111,128,109). Sum of RGB (Red+Green+Blue) = 111+128+109=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 128 - color contains mainly: green. Hex color #6F806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F806D is #907F92. Grayscale: #787878. Windows color (decimal): -9469843 or 7176303. OLE color: 7176303.

HSL color Cylindrical-coordinate representation of color #6F806D: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F806D is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB111128109-
CMYK0.1300.150.50
HSL113.68º8.02%46.47%-
HSV(B)113.68º14.84%50.2%-
XYZ17.0419.9217.42-
YUV120.75121.37121.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=31.90%
G=36.78%
B=31.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111281090.1300.150.50113.688.0246.47
Hex6F806DD0F327282e
Octal15720015515017621621056
Binary110111110000000110110111010111111001011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,128,109); }

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

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

 a { background-color: rgb(111,128,109); }

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

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

 span { border-color: rgb(111,128,109); }

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