#6C8163

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

Shades of Xanadu #6C8163

Tints of Xanadu #6C8163

Color information

#6C8163 (or 0x6C8163) is unknown color: approx Xanadu. HEX triplet: 6C, 81 and 63. RGB value is (108,129,99). Sum of RGB (Red+Green+Blue) = 108+129+99=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8163 is #937E9C. Grayscale: #777777. Windows color (decimal): -9666205 or 6521196. OLE color: 6521196.

HSL color Cylindrical-coordinate representation of color #6C8163: hue angle of 102º 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 #6C8163 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB10812999-
CMYK0.1600.230.49
HSL102º13.16%44.71%-
HSV(B)102º23.26%50.59%-
XYZ16.2919.7914.77-
YUV119.3116.54119.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=32.14%
G=38.39%
B=29.46%

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
Decimal108129990.1600.230.4910213.1644.71
Hex6C8163100173166d2d
Octal15420114320027611461555
Binary11011001000000111000111000001011111000111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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