Html Css Color HEX #85746E Hurricane

📋 copy color: '#85746E'

red 133 ◦ green 116 ◦ blue 110

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

Shades of Hurricane #85746E

Tints of Hurricane #85746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 37.05%
G = 32.31%
B = 30.64%

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

#85746E (or 0x85746E) is known color: Hurricane. HEX triplet: 85, 74 and 6E. RGB value is (133,116,110). Sum of RGB (Red+Green+Blue) = 133+116+110=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85746E is #7A8B91. Grayscale: #787878. Windows color (decimal): -8031122 or 7238789. OLE color: 7238789.

HSL color Cylindrical-coordinate representation of color #85746E: hue angle of 15.65º 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 #85746E is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 110 -
CMYK 0 0.13 0.17 0.48
HSL 15.65º 0.09% 0.48% -
HSV(B) 15.65º 0.17% 0.52% -
XYZ 18.73 18.6 17.36 -
YUV 120.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 133 116 110 0 0.13 0.17 0.48 15.65 0.09 0.48
Hex 85 74 6E 0 D 11 30 10 9 30
Octal 205 164 156 0 15 21 60 20 11 60
Binary 10000101 1110100 1101110 0 1101 10001 110000 10000 1001 110000

Color Harmonies of #85746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85746E

Black with #85746E

Text Example


Text Example

White with #85746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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