#966F55

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

Shades of Beaver #966F55

Tints of Beaver #966F55

Color information

#966F55 (or 0x966F55) is unknown color: approx Beaver. HEX triplet: 96, 6F and 55. RGB value is (150,111,85). Sum of RGB (Red+Green+Blue) = 150+111+85=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #966F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F55 is #6990AA. Grayscale: #777777. Windows color (decimal): -6918315 or 5599126. OLE color: 5599126.

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

Color convert

RGB15011185-
CMYK00.260.430.41
HSL24º27.66%46.08%-
HSV(B)24º43.33%58.82%-
XYZ19.918.5111.12-
YUV119.7108.42149.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=43.35%
G=32.08%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501118500.260.430.412427.6646.08
Hex966F5501A2B29181c2e
Octal2261571250325351303456
Binary10010110110111110101010110101010111010011100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,85); }

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

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

 a { background-color: rgb(150,111,85); }

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

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

 span { border-color: rgb(150,111,85); }

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