#6D8368

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

Shades of Xanadu #6D8368

Tints of Xanadu #6D8368

Color information

#6D8368 (or 0x6D8368) is unknown color: approx Xanadu. HEX triplet: 6D, 83 and 68. RGB value is (109,131,104). Sum of RGB (Red+Green+Blue) = 109+131+104=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8368 is #927C97. Grayscale: #797979. Windows color (decimal): -9600152 or 6849389. OLE color: 6849389.

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

Color convert

RGB109131104-
CMYK0.1700.210.49
HSL108.89º11.49%46.08%-
HSV(B)108.89º20.61%51.37%-
XYZ16.9220.4816.16-
YUV121.34118.21119.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.69%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=31.69%
G=38.08%
B=30.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091311040.1700.210.49108.8911.4946.08
Hex6D836811015316db2e
Octal15520315021025611551356
Binary11011011000001111010001000101010111000111011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,131,104); }

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

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

 a { background-color: rgb(109,131,104); }

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

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

 span { border-color: rgb(109,131,104); }

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