#71846A

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

Shades of Xanadu #71846A

Tints of Xanadu #71846A

Color information

#71846A (or 0x71846A) is unknown color: approx Xanadu. HEX triplet: 71, 84 and 6A. RGB value is (113,132,106). Sum of RGB (Red+Green+Blue) = 113+132+106=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #71846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71846A is #8E7B95. Grayscale: #7B7B7B. Windows color (decimal): -9337750 or 6980721. OLE color: 6980721.

HSL color Cylindrical-coordinate representation of color #71846A: hue angle of 103.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71846A is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB113132106-
CMYK0.1400.200.48
HSL103.85º10.92%46.67%-
HSV(B)103.85º19.7%51.76%-
XYZ17.6621.0516.77-
YUV123.35118.21120.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=32.19%
G=37.61%
B=30.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131321060.1400.200.48103.8510.9246.67
Hex71846AE0143068b2f
Octal16120415216024601501357
Binary1110001100001001101010111001010011000011010001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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