#73866D

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

Shades of Xanadu #73866D

Tints of Xanadu #73866D

Color information

#73866D (or 0x73866D) is unknown color: approx Xanadu. HEX triplet: 73, 86 and 6D. RGB value is (115,134,109). Sum of RGB (Red+Green+Blue) = 115+134+109=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #73866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73866D is #8C7992. Grayscale: #7D7D7D. Windows color (decimal): -9206163 or 7177843. OLE color: 7177843.

HSL color Cylindrical-coordinate representation of color #73866D: hue angle of 105.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73866D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB115134109-
CMYK0.1400.190.47
HSL105.6º10.29%47.65%-
HSV(B)105.6º18.66%52.55%-
XYZ18.3621.817.71-
YUV125.47118.71120.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=32.12%
G=37.43%
B=30.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151341090.1400.190.47105.610.2947.65
Hex73866DE0132F6aa30
Octal16320615516023571521260
Binary1110011100001101101101111001001110111111010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73866D; }

 p { color: rgb(115,134,109); }

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

<style>
 a { background-color: #73866D; }

 a { background-color: rgb(115,134,109); }

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

<style>
 span { border-color: #73866D; }

 span { border-color: rgb(115,134,109); }

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