#996F57

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

Shades of Beaver #996F57

Tints of Beaver #996F57

Color information

#996F57 (or 0x996F57) is unknown color: approx Beaver. HEX triplet: 99, 6F and 57. RGB value is (153,111,87). Sum of RGB (Red+Green+Blue) = 153+111+87=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F57 is #6690A8. Grayscale: #787878. Windows color (decimal): -6721705 or 5730201. OLE color: 5730201.

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

Color convert

RGB15311187-
CMYK00.270.430.4
HSL21.82º27.5%47.06%-
HSV(B)21.82º43.14%60%-
XYZ20.5418.8311.57-
YUV120.82108.91150.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=43.59%
G=31.62%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531118700.270.430.421.8227.547.06
Hex996F5701B2B28161c2f
Octal2311571270335350263457
Binary10011001110111110101110110111010111010001011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996F57; }

 p { color: rgb(153,111,87); }

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

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

 a { background-color: rgb(153,111,87); }

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

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

 span { border-color: rgb(153,111,87); }

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