#6D8163

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

Shades of Xanadu #6D8163

Tints of Xanadu #6D8163

Color information

#6D8163 (or 0x6D8163) is unknown color: approx Xanadu. HEX triplet: 6D, 81 and 63. RGB value is (109,129,99). Sum of RGB (Red+Green+Blue) = 109+129+99=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8163 is #927E9C. Grayscale: #777777. Windows color (decimal): -9600669 or 6521197. OLE color: 6521197.

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

Color convert

RGB10912999-
CMYK0.1600.230.49
HSL100º13.16%44.71%-
HSV(B)100º23.26%50.59%-
XYZ16.4119.8514.77-
YUV119.6116.37120.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.34%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=32.34%
G=38.28%
B=29.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129990.1600.230.4910013.1644.71
Hex6D8163100173164d2d
Octal15520114320027611441555
Binary11011011000000111000111000001011111000111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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