Html Css Color HEX #71866E Xanadu

📋 copy color: '#71866E'

red 113 ◦ green 134 ◦ blue 110

#71866E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #71866E

Tints of Xanadu #71866E

RGB

 RED value IS 113 (44.53% from 255) = 31.65%

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 31.65%
G = 37.54%
B = 30.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#71866E (or 0x71866E) is known color: Xanadu. HEX triplet: 71, 86 and 6E. RGB value is (113,134,110). Sum of RGB (Red+Green+Blue) = 113+134+110=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #71866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71866E is #8E7991. Grayscale: #7D7D7D. Windows color (decimal): -9337234 or 7243377. OLE color: 7243377.

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

Color convert

RGB 113 134 110 -
CMYK 0.16 0 0.18 0.47
HSL 112.5º 0.1% 0.48% -
HSV(B) 112.5º 0.18% 0.53% -
XYZ 18.15 21.69 17.98 -
YUV 124.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 113 134 110 0.16 0 0.18 0.47 112.5 0.1 0.48
Hex 71 86 6E 10 0 12 2F 70 A 30
Octal 161 206 156 20 0 22 57 160 12 60
Binary 1110001 10000110 1101110 10000 0 10010 101111 1110000 1010 110000

Color Harmonies of #71866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71866E

Black with #71866E

Text Example


Text Example

White with #71866E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71866E;
 }
 .AnyTagClassName
 {
   color: #71866E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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