#966E5C

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

Shades of Beaver #966E5C

Tints of Beaver #966E5C

Color information

#966E5C (or 0x966E5C) is unknown color: approx Beaver. HEX triplet: 96, 6E and 5C. RGB value is (150,110,92). Sum of RGB (Red+Green+Blue) = 150+110+92=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #966E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E5C is #6991A3. Grayscale: #787878. Windows color (decimal): -6918564 or 6057622. OLE color: 6057622.

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

Color convert

RGB15011092-
CMYK00.270.390.41
HSL18.62º23.97%47.45%-
HSV(B)18.62º38.67%58.82%-
XYZ20.0918.4112.62-
YUV119.91112.25149.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=42.61%
G=31.25%
B=26.14%

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
Decimal1501109200.270.390.4118.6223.9747.45
Hex966E5C01B272913182f
Octal2261561340334751233057
Binary10010110110111010111000110111001111010011001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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