Html Css Color HEX #71836E Xanadu

📋 copy color: '#71836E'

red 113 ◦ green 131 ◦ blue 110

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

Shades of Xanadu #71836E

Tints of Xanadu #71836E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 31.92%
G = 37.01%
B = 31.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#71836E (or 0x71836E) is known color: Xanadu. HEX triplet: 71, 83 and 6E. RGB value is (113,131,110). Sum of RGB (Red+Green+Blue) = 113+131+110=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 131 - color contains mainly: green. Hex color #71836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71836E is #8E7C91. Grayscale: #7B7B7B. Windows color (decimal): -9338002 or 7242609. OLE color: 7242609.

HSL color Cylindrical-coordinate representation of color #71836E: hue angle of 111.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71836E is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 110 -
CMYK 0.14 0 0.16 0.49
HSL 111.43º 0.09% 0.47% -
HSV(B) 111.43º 0.16% 0.51% -
XYZ 17.74 20.87 17.84 -
YUV 123.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 113 131 110 0.14 0 0.16 0.49 111.43 0.09 0.47
Hex 71 83 6E E 0 10 31 6F 9 2F
Octal 161 203 156 16 0 20 61 157 11 57
Binary 1110001 10000011 1101110 1110 0 10000 110001 1101111 1001 101111

Color Harmonies of #71836E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71836E

Black with #71836E

Text Example


Text Example

White with #71836E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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