#6D816B

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

Shades of Xanadu #6D816B

Tints of Xanadu #6D816B

Color information

#6D816B (or 0x6D816B) is unknown color: approx Xanadu. HEX triplet: 6D, 81 and 6B. RGB value is (109,129,107). Sum of RGB (Red+Green+Blue) = 109+129+107=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816B is #927E94. Grayscale: #787878. Windows color (decimal): -9600661 or 7045485. OLE color: 7045485.

HSL color Cylindrical-coordinate representation of color #6D816B: hue angle of 114.55º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D816B is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB109129107-
CMYK0.1600.170.49
HSL114.55º9.32%46.27%-
HSV(B)114.55º17.05%50.59%-
XYZ16.8120.0116.89-
YUV120.51120.37119.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 129 (50.78% from 255) = 37.39%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=31.59%
G=37.39%
B=31.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091291070.1600.170.49114.559.3246.27
Hex6D816B10011317392e
Octal15520115320021611631156
Binary11011011000000111010111000001000111000111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,107); }

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

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

 a { background-color: rgb(109,129,107); }

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

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

 span { border-color: rgb(109,129,107); }

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