#966B59

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

Shades of Beaver #966B59

Tints of Beaver #966B59

Color information

#966B59 (or 0x966B59) is unknown color: approx Beaver. HEX triplet: 96, 6B and 59. RGB value is (150,107,89). Sum of RGB (Red+Green+Blue) = 150+107+89=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #966B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B59 is #6994A6. Grayscale: #757575. Windows color (decimal): -6919335 or 5860246. OLE color: 5860246.

HSL color Cylindrical-coordinate representation of color #966B59: hue angle of 17.7º 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 #966B59 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB15010789-
CMYK00.290.410.41
HSL17.7º25.52%46.86%-
HSV(B)17.7º40.67%58.82%-
XYZ19.6417.7211.84-
YUV117.8111.75150.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=43.35%
G=30.92%
B=25.72%

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
Decimal1501078900.290.410.4117.725.5246.86
Hex966B5901D2929121a2f
Octal2261531310355151223257
Binary10010110110101110110010111011010011010011001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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