Html Css Color HEX #867871 Hurricane

📋 copy color: '#867871'

red 134 ◦ green 120 ◦ blue 113

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

Shades of Hurricane #867871

Tints of Hurricane #867871

RGB

 RED value IS 134 (52.73% from 255) = 36.51%

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 36.51%
G = 32.7%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867871 (or 0x867871) is known color: Hurricane. HEX triplet: 86, 78 and 71. RGB value is (134,120,113). Sum of RGB (Red+Green+Blue) = 134+120+113=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 134 - color contains mainly: red. Hex color #867871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867871 is #79878E. Grayscale: #7B7B7B. Windows color (decimal): -7964559 or 7436422. OLE color: 7436422.

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

Color convert

RGB 134 120 113 -
CMYK 0 0.10 0.16 0.47
HSL 20º 0.09% 0.48% -
HSV(B) 20º 0.16% 0.53% -
XYZ 19.53 19.69 18.39 -
YUV 123.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 134 120 113 0 0.10 0.16 0.47 20 0.09 0.48
Hex 86 78 71 0 A 10 2F 14 9 30
Octal 206 170 161 0 12 20 57 24 11 60
Binary 10000110 1111000 1110001 0 1010 10000 101111 10100 1001 110000

Color Harmonies of #867871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867871

Black with #867871

Text Example


Text Example

White with #867871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867871; }

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

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

background-color css

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

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

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

border-color css

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

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

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