#966E59

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

Shades of Beaver #966E59

Tints of Beaver #966E59

Color information

#966E59 (or 0x966E59) is unknown color: approx Beaver. HEX triplet: 96, 6E and 59. RGB value is (150,110,89). Sum of RGB (Red+Green+Blue) = 150+110+89=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #966E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E59 is #6991A6. Grayscale: #777777. Windows color (decimal): -6918567 or 5861014. OLE color: 5861014.

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

Color convert

RGB15011089-
CMYK00.270.410.41
HSL20.66º25.52%46.86%-
HSV(B)20.66º40.67%58.82%-
XYZ19.9618.3611.94-
YUV119.57110.75149.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=42.98%
G=31.52%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501108900.270.410.4120.6625.5246.86
Hex966E5901B2929151a2f
Octal2261561310335151253257
Binary10010110110111010110010110111010011010011010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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