Html Css Color HEX #85746C Hurricane

📋 copy color: '#85746C'

red 133 ◦ green 116 ◦ blue 108

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

Shades of Hurricane #85746C

Tints of Hurricane #85746C

RGB

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

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

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

R = 37.25%
G = 32.49%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#85746C (or 0x85746C) is known color: Hurricane. HEX triplet: 85, 74 and 6C. RGB value is (133,116,108). Sum of RGB (Red+Green+Blue) = 133+116+108=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85746C is #7A8B93. Grayscale: #787878. Windows color (decimal): -8031124 or 7107717. OLE color: 7107717.

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

Color convert

RGB 133 116 108 -
CMYK 0 0.13 0.19 0.48
HSL 19.2º 0.1% 0.47% -
HSV(B) 19.2º 0.19% 0.52% -
XYZ 18.63 18.56 16.79 -
YUV 120.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 133 116 108 0 0.13 0.19 0.48 19.2 0.1 0.47
Hex 85 74 6C 0 D 13 30 13 A 2F
Octal 205 164 154 0 15 23 60 23 12 57
Binary 10000101 1110100 1101100 0 1101 10011 110000 10011 1010 101111

Color Harmonies of #85746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85746C

Black with #85746C

Text Example


Text Example

White with #85746C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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