#997056

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

Shades of Beaver #997056

Tints of Beaver #997056

Color information

#997056 (or 0x997056) is unknown color: approx Beaver. HEX triplet: 99, 70 and 56. RGB value is (153,112,86). Sum of RGB (Red+Green+Blue) = 153+112+86=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #997056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997056 is #668FA9. Grayscale: #797979. Windows color (decimal): -6721450 or 5664921. OLE color: 5664921.

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

Color convert

RGB15311286-
CMYK00.270.440.4
HSL23.28º28.03%46.86%-
HSV(B)23.28º43.79%60%-
XYZ20.6119.0311.39-
YUV121.3108.08150.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=43.59%
G=31.91%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531128600.270.440.423.2828.0346.86
Hex99705601B2C28171c2f
Octal2311601260335450273457
Binary10011001111000010101100110111011001010001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997056; }

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

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

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

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

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

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

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

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