#996C57

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

Shades of Beaver #996C57

Tints of Beaver #996C57

Color information

#996C57 (or 0x996C57) is unknown color: approx Beaver. HEX triplet: 99, 6C and 57. RGB value is (153,108,87). Sum of RGB (Red+Green+Blue) = 153+108+87=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #996C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C57 is #6693A8. Grayscale: #777777. Windows color (decimal): -6722473 or 5729433. OLE color: 5729433.

HSL color Cylindrical-coordinate representation of color #996C57: hue angle of 19.09º 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 #996C57 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB15310887-
CMYK00.290.430.4
HSL19.09º27.5%47.06%-
HSV(B)19.09º43.14%60%-
XYZ20.2218.1911.46-
YUV119.06109.91152.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 108 (42.58% from 255) = 31.03%
BLUE value IS 87 (34.38% from 255) = 25%
R=43.97%
G=31.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531088700.290.430.419.0927.547.06
Hex996C5701D2B28131c2f
Octal2311541270355350233457
Binary10011001110110010101110111011010111010001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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