Html Css Color HEX #86756D Hurricane

📋 copy color: '#86756D'

red 134 ◦ green 117 ◦ blue 109

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

Shades of Hurricane #86756D

Tints of Hurricane #86756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 37.22%
G = 32.5%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86756D (or 0x86756D) is known color: Hurricane. HEX triplet: 86, 75 and 6D. RGB value is (134,117,109). Sum of RGB (Red+Green+Blue) = 134+117+109=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756D is #798A92. Grayscale: #797979. Windows color (decimal): -7965331 or 7173510. OLE color: 7173510.

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

Color convert

RGB 134 117 109 -
CMYK 0 0.13 0.19 0.47
HSL 19.2º 0.1% 0.48% -
HSV(B) 19.2º 0.19% 0.53% -
XYZ 18.95 18.9 17.12 -
YUV 121.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 134 117 109 0 0.13 0.19 0.47 19.2 0.1 0.48
Hex 86 75 6D 0 D 13 2F 13 A 30
Octal 206 165 155 0 15 23 57 23 12 60
Binary 10000110 1110101 1101101 0 1101 10011 101111 10011 1010 110000

Color Harmonies of #86756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86756D

Black with #86756D

Text Example


Text Example

White with #86756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86756D; }

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

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

background-color css

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

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

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

border-color css

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

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

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