#85766F

Color #85766F Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #85766F

Tints of Hurricane #85766F

Color information

#85766F (or 0x85766F) is unknown color: approx Hurricane. HEX triplet: 85, 76 and 6F. RGB value is (133,118,111). Sum of RGB (Red+Green+Blue) = 133+118+111=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #85766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85766F is #7A8990. Grayscale: #797979. Windows color (decimal): -8030609 or 7304837. OLE color: 7304837.

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

Color convert

RGB133118111-
CMYK00.110.170.48
HSL19.09º9.02%47.84%-
HSV(B)19.09º16.54%52.16%-
XYZ19.0219.0917.72-
YUV121.69121.97136.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 118 (46.48% from 255) = 32.60%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=36.74%
G=32.60%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311811100.110.170.4819.099.0247.84
Hex85766F0B113013930
Octal2051661570132160231160
Binary10000101111011011011110101110001110000100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85766F;
 }
 .AnyTagClassName
 {
   color: #85766F;
 }
</style>
background-color css

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

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

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

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

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

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