Html Css Color HEX #867570 Hurricane

📋 copy color: '#867570'

red 134 ◦ green 117 ◦ blue 112

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

Shades of Hurricane #867570

Tints of Hurricane #867570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

 BLUE value IS 112 (44.14% from 255) = 30.85%

R = 36.91%
G = 32.23%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#867570 (or 0x867570) is known color: Hurricane. HEX triplet: 86, 75 and 70. RGB value is (134,117,112). Sum of RGB (Red+Green+Blue) = 134+117+112=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #867570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867570 is #798A8F. Grayscale: #797979. Windows color (decimal): -7965328 or 7370118. OLE color: 7370118.

HSL color Cylindrical-coordinate representation of color #867570: hue angle of 13.64º 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 #867570 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 117 112 -
CMYK 0 0.13 0.16 0.47
HSL 13.64º 0.09% 0.48% -
HSV(B) 13.64º 0.16% 0.53% -
XYZ 19.12 18.96 17.98 -
YUV 121.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 134 117 112 0 0.13 0.16 0.47 13.64 0.09 0.48
Hex 86 75 70 0 D 10 2F E 9 30
Octal 206 165 160 0 15 20 57 16 11 60
Binary 10000110 1110101 1110000 0 1101 10000 101111 1110 1001 110000

Color Harmonies of #867570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867570

Black with #867570

Text Example


Text Example

White with #867570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867570; }

 p { color: rgb(134,117,112); }

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

background-color css

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

 a { background-color: rgb(134,117,112); }

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

border-color css

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

 span { border-color: rgb(134,117,112); }

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