#6D8463

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

Shades of Xanadu #6D8463

Tints of Xanadu #6D8463

Color information

#6D8463 (or 0x6D8463) is unknown color: approx Xanadu. HEX triplet: 6D, 84 and 63. RGB value is (109,132,99). Sum of RGB (Red+Green+Blue) = 109+132+99=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8463 is #927B9C. Grayscale: #797979. Windows color (decimal): -9599901 or 6521965. OLE color: 6521965.

HSL color Cylindrical-coordinate representation of color #6D8463: hue angle of 101.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D8463 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB10913299-
CMYK0.1700.250.48
HSL101.82º14.29%45.29%-
HSV(B)101.82º25%51.76%-
XYZ16.8120.6514.91-
YUV121.36115.38119.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.06%
GREEN value IS 132 (51.95% from 255) = 38.82%
BLUE value IS 99 (39.06% from 255) = 29.12%
R=32.06%
G=38.82%
B=29.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109132990.1700.250.48101.8214.2945.29
Hex6D8463110193066e2d
Octal15520414321031601461655
Binary11011011000010011000111000101100111000011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,99); }

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

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

 a { background-color: rgb(109,132,99); }

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

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

 span { border-color: rgb(109,132,99); }

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