#71816A

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

Shades of Xanadu #71816A

Tints of Xanadu #71816A

Color information

#71816A (or 0x71816A) is unknown color: approx Xanadu. HEX triplet: 71, 81 and 6A. RGB value is (113,129,106). Sum of RGB (Red+Green+Blue) = 113+129+106=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 129 - color contains mainly: green. Hex color #71816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71816A is #8E7E95. Grayscale: #797979. Windows color (decimal): -9338518 or 6979953. OLE color: 6979953.

HSL color Cylindrical-coordinate representation of color #71816A: hue angle of 101.74º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71816A is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB113129106-
CMYK0.1200.180.49
HSL101.74º9.79%46.08%-
HSV(B)101.74º17.83%50.59%-
XYZ17.2620.2516.63-
YUV121.59119.2121.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.47%
GREEN value IS 129 (50.78% from 255) = 37.07%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=32.47%
G=37.07%
B=30.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1131291060.1200.180.49101.749.7946.08
Hex71816AC0123166a2e
Octal16120115214022611461256
Binary1110001100000011101010110001001011000111001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71816A; }

 p { color: rgb(113,129,106); }

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

<style>
 a { background-color: #71816A; }

 a { background-color: rgb(113,129,106); }

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

<style>
 span { border-color: #71816A; }

 span { border-color: rgb(113,129,106); }

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