#966A59

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

Shades of Beaver #966A59

Tints of Beaver #966A59

Color information

#966A59 (or 0x966A59) is unknown color: approx Beaver. HEX triplet: 96, 6A and 59. RGB value is (150,106,89). Sum of RGB (Red+Green+Blue) = 150+106+89=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #966A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A59 is #6995A6. Grayscale: #757575. Windows color (decimal): -6919591 or 5859990. OLE color: 5859990.

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

Color convert

RGB15010689-
CMYK00.290.410.41
HSL16.72º25.52%46.86%-
HSV(B)16.72º40.67%58.82%-
XYZ19.5317.5111.8-
YUV117.22112.08151.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 106 (41.80% from 255) = 30.72%
BLUE value IS 89 (35.16% from 255) = 25.80%
R=43.48%
G=30.72%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501068900.290.410.4116.7225.5246.86
Hex966A5901D2929111a2f
Octal2261521310355151213257
Binary10010110110101010110010111011010011010011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,106,89); }

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

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

 a { background-color: rgb(150,106,89); }

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

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

 span { border-color: rgb(150,106,89); }

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