Html Css Color HEX #86736C Hurricane

📋 copy color: '#86736C'

red 134 ◦ green 115 ◦ blue 108

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

Shades of Hurricane #86736C

Tints of Hurricane #86736C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 37.54%
G = 32.21%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86736C (or 0x86736C) is known color: Hurricane. HEX triplet: 86, 73 and 6C. RGB value is (134,115,108). Sum of RGB (Red+Green+Blue) = 134+115+108=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 134 - color contains mainly: red. Hex color #86736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736C is #798C93. Grayscale: #777777. Windows color (decimal): -7965844 or 7107462. OLE color: 7107462.

HSL color Cylindrical-coordinate representation of color #86736C: hue angle of 16.15º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86736C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 115 108 -
CMYK 0 0.14 0.19 0.47
HSL 16.15º 0.11% 0.47% -
HSV(B) 16.15º 0.19% 0.53% -
XYZ 18.67 18.41 16.76 -
YUV 119.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 134 115 108 0 0.14 0.19 0.47 16.15 0.11 0.47
Hex 86 73 6C 0 E 13 2F 10 B 2F
Octal 206 163 154 0 16 23 57 20 13 57
Binary 10000110 1110011 1101100 0 1110 10011 101111 10000 1011 101111

Color Harmonies of #86736C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86736C

Black with #86736C

Text Example


Text Example

White with #86736C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86736C; }

 p { color: rgb(134,115,108); }

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

background-color css

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

 a { background-color: rgb(134,115,108); }

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

border-color css

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

 span { border-color: rgb(134,115,108); }

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