#6D9063

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

Shades of Xanadu #6D9063

Tints of Xanadu #6D9063

Color information

#6D9063 (or 0x6D9063) is unknown color: approx Xanadu. HEX triplet: 6D, 90 and 63. RGB value is (109,144,99). Sum of RGB (Red+Green+Blue) = 109+144+99=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9063 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9063 is #926F9C. Grayscale: #808080. Windows color (decimal): -9596829 or 6525037. OLE color: 6525037.

HSL color Cylindrical-coordinate representation of color #6D9063: hue angle of 106.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D9063 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB10914499-
CMYK0.2400.310.44
HSL106.67º18.52%47.65%-
HSV(B)106.67º31.25%56.47%-
XYZ18.5324.115.48-
YUV128.4111.4114.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.97%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 99 (39.06% from 255) = 28.12%
R=30.97%
G=40.91%
B=28.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109144990.2400.310.44106.6718.5247.65
Hex6D90631801F2C6b1330
Octal15522014330037541532360
Binary110110110010000110001111000011111101100110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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