#71866D

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

Shades of Xanadu #71866D

Tints of Xanadu #71866D

Color information

#71866D (or 0x71866D) is unknown color: approx Xanadu. HEX triplet: 71, 86 and 6D. RGB value is (113,134,109). Sum of RGB (Red+Green+Blue) = 113+134+109=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #71866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71866D is #8E7992. Grayscale: #7C7C7C. Windows color (decimal): -9337235 or 7177841. OLE color: 7177841.

HSL color Cylindrical-coordinate representation of color #71866D: hue angle of 110.4º 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 #71866D is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB113134109-
CMYK0.1600.190.47
HSL110.4º10.29%47.65%-
HSV(B)110.4º18.66%52.55%-
XYZ18.121.6717.7-
YUV124.87119.04119.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.74%
GREEN value IS 134 (52.73% from 255) = 37.64%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=31.74%
G=37.64%
B=30.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341090.1600.190.47110.410.2947.65
Hex71866D100132F6ea30
Octal16120615520023571561260
Binary11100011000011011011011000001001110111111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71866D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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