#966F57

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

Shades of Beaver #966F57

Tints of Beaver #966F57

Color information

#966F57 (or 0x966F57) is unknown color: approx Beaver. HEX triplet: 96, 6F and 57. RGB value is (150,111,87). Sum of RGB (Red+Green+Blue) = 150+111+87=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F57 is #6990A8. Grayscale: #787878. Windows color (decimal): -6918313 or 5730198. OLE color: 5730198.

HSL color Cylindrical-coordinate representation of color #966F57: hue angle of 22.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #966F57 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15011187-
CMYK00.260.420.41
HSL22.86º26.58%46.47%-
HSV(B)22.86º42%58.82%-
XYZ19.9818.5411.54-
YUV119.93109.42149.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 87 (34.38% from 255) = 25%
R=43.10%
G=31.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501118700.260.420.4122.8626.5846.47
Hex966F5701A2A29171b2e
Octal2261571270325251273356
Binary10010110110111110101110110101010101010011011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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