Html Css Color HEX #85746F Hurricane

📋 copy color: '#85746F'

red 133 ◦ green 116 ◦ blue 111

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

Shades of Hurricane #85746F

Tints of Hurricane #85746F

RGB

 RED value IS 133 (52.34% from 255) = 36.94%

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 36.94%
G = 32.22%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85746F (or 0x85746F) is known color: Hurricane. HEX triplet: 85, 74 and 6F. RGB value is (133,116,111). Sum of RGB (Red+Green+Blue) = 133+116+111=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #85746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85746F is #7A8B90. Grayscale: #787878. Windows color (decimal): -8031121 or 7304325. OLE color: 7304325.

HSL color Cylindrical-coordinate representation of color #85746F: hue angle of 13.64º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85746F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 111 -
CMYK 0 0.13 0.17 0.48
HSL 13.64º 0.09% 0.48% -
HSV(B) 13.64º 0.17% 0.52% -
XYZ 18.79 18.63 17.64 -
YUV 120.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 133 116 111 0 0.13 0.17 0.48 13.64 0.09 0.48
Hex 85 74 6F 0 D 11 30 E 9 30
Octal 205 164 157 0 15 21 60 16 11 60
Binary 10000101 1110100 1101111 0 1101 10001 110000 1110 1001 110000

Color Harmonies of #85746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85746F

Black with #85746F

Text Example


Text Example

White with #85746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85746F; }

 p { color: rgb(133,116,111); }

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

background-color css

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

 a { background-color: rgb(133,116,111); }

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

border-color css

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

 span { border-color: rgb(133,116,111); }

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