Html Css Color HEX #86736B Hurricane

📋 copy color: '#86736B'

red 134 ◦ green 115 ◦ blue 107

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

Shades of Hurricane #86736B

Tints of Hurricane #86736B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 37.64%
G = 32.3%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86736B (or 0x86736B) is known color: Hurricane. HEX triplet: 86, 73 and 6B. RGB value is (134,115,107). Sum of RGB (Red+Green+Blue) = 134+115+107=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #86736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86736B is #798C94. Grayscale: #777777. Windows color (decimal): -7965845 or 7041926. OLE color: 7041926.

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

Color convert

RGB 134 115 107 -
CMYK 0 0.14 0.20 0.47
HSL 17.78º 0.11% 0.47% -
HSV(B) 17.78º 0.2% 0.53% -
XYZ 18.62 18.39 16.48 -
YUV 119.77 120.79 138.15 -
System Red Green Blue C M Y K H S L
Decimal 134 115 107 0 0.14 0.20 0.47 17.78 0.11 0.47
Hex 86 73 6B 0 E 14 2F 12 B 2F
Octal 206 163 153 0 16 24 57 22 13 57
Binary 10000110 1110011 1101011 0 1110 10100 101111 10010 1011 101111

Color Harmonies of #86736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86736B

Black with #86736B

Text Example


Text Example

White with #86736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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