#6D826B

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

Shades of Xanadu #6D826B

Tints of Xanadu #6D826B

Color information

#6D826B (or 0x6D826B) is unknown color: approx Xanadu. HEX triplet: 6D, 82 and 6B. RGB value is (109,130,107). Sum of RGB (Red+Green+Blue) = 109+130+107=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #6D826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D826B is #927D94. Grayscale: #797979. Windows color (decimal): -9600405 or 7045741. OLE color: 7045741.

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

Color convert

RGB109130107-
CMYK0.1600.180.49
HSL114.78º9.7%46.47%-
HSV(B)114.78º17.69%50.98%-
XYZ16.9420.2816.93-
YUV121.1120.04119.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=31.50%
G=37.57%
B=30.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091301070.1600.180.49114.789.746.47
Hex6D826B100123173a2e
Octal15520215320022611631256
Binary11011011000001011010111000001001011000111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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