#987059

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

Shades of Beaver #987059

Tints of Beaver #987059

Color information

#987059 (or 0x987059) is unknown color: approx Beaver. HEX triplet: 98, 70 and 59. RGB value is (152,112,89). Sum of RGB (Red+Green+Blue) = 152+112+89=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987059 is #678FA6. Grayscale: #797979. Windows color (decimal): -6786983 or 5861528. OLE color: 5861528.

HSL color Cylindrical-coordinate representation of color #987059: hue angle of 21.9º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #987059 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB15211289-
CMYK00.260.410.40
HSL21.9º26.14%47.25%-
HSV(B)21.9º41.45%59.61%-
XYZ20.5518.9912.03-
YUV121.34109.75149.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=43.06%
G=31.73%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521128900.260.410.4021.926.1447.25
Hex98705901A2928161a2f
Octal2301601310325150263257
Binary10011000111000010110010110101010011010001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987059; }

 p { color: rgb(152,112,89); }

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

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

 a { background-color: rgb(152,112,89); }

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

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

 span { border-color: rgb(152,112,89); }

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