#997059

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

Shades of Beaver #997059

Tints of Beaver #997059

Color information

#997059 (or 0x997059) is unknown color: approx Beaver. HEX triplet: 99, 70 and 59. RGB value is (153,112,89). Sum of RGB (Red+Green+Blue) = 153+112+89=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #997059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997059 is #668FA6. Grayscale: #797979. Windows color (decimal): -6721447 or 5861529. OLE color: 5861529.

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

Color convert

RGB15311289-
CMYK00.270.420.4
HSL21.56º26.45%47.45%-
HSV(B)21.56º41.83%60%-
XYZ20.7319.0812.04-
YUV121.64109.58150.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=43.22%
G=31.64%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531128900.270.420.421.5626.4547.45
Hex99705901B2A28161a2f
Octal2311601310335250263257
Binary10011001111000010110010110111010101010001011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997059; }

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

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

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

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

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

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

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

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