#966D5B

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

Shades of Beaver #966D5B

Tints of Beaver #966D5B

Color information

#966D5B (or 0x966D5B) is unknown color: approx Beaver. HEX triplet: 96, 6D and 5B. RGB value is (150,109,91). Sum of RGB (Red+Green+Blue) = 150+109+91=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #966D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D5B is #6992A4. Grayscale: #777777. Windows color (decimal): -6918821 or 5991830. OLE color: 5991830.

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

Color convert

RGB15010991-
CMYK00.270.390.41
HSL18.31º24.48%47.25%-
HSV(B)18.31º39.33%58.82%-
XYZ19.9318.1812.36-
YUV119.21112.08149.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 91 (35.94% from 255) = 26%
R=42.86%
G=31.14%
B=26%

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
Decimal1501099100.270.390.4118.3124.4847.25
Hex966D5B01B272912182f
Octal2261551330334751223057
Binary10010110110110110110110110111001111010011001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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