#966C5B

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

Shades of Beaver #966C5B

Tints of Beaver #966C5B

Color information

#966C5B (or 0x966C5B) is unknown color: approx Beaver. HEX triplet: 96, 6C and 5B. RGB value is (150,108,91). Sum of RGB (Red+Green+Blue) = 150+108+91=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #966C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966C5B is #6993A4. Grayscale: #767676. Windows color (decimal): -6919077 or 5991574. OLE color: 5991574.

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

Color convert

RGB15010891-
CMYK00.280.390.41
HSL17.29º24.48%47.25%-
HSV(B)17.29º39.33%58.82%-
XYZ19.8317.9612.32-
YUV118.62112.41150.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=42.98%
G=30.95%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501089100.280.390.4117.2924.4847.25
Hex966C5B01C272911182f
Octal2261541330344751213057
Binary10010110110110010110110111001001111010011000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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