#966E5B

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

Shades of Beaver #966E5B

Tints of Beaver #966E5B

Color information

#966E5B (or 0x966E5B) is unknown color: approx Beaver. HEX triplet: 96, 6E and 5B. RGB value is (150,110,91). Sum of RGB (Red+Green+Blue) = 150+110+91=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E5B is #6991A4. Grayscale: #777777. Windows color (decimal): -6918565 or 5992086. OLE color: 5992086.

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

Color convert

RGB15011091-
CMYK00.270.390.41
HSL19.32º24.48%47.25%-
HSV(B)19.32º39.33%58.82%-
XYZ20.0418.3912.39-
YUV119.79111.75149.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=42.74%
G=31.34%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501109100.270.390.4119.3224.4847.25
Hex966E5B01B272913182f
Octal2261561330334751233057
Binary10010110110111010110110110111001111010011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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