#946E56

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

Shades of Beaver #946E56

Tints of Beaver #946E56

Color information

#946E56 (or 0x946E56) is unknown color: approx Beaver. HEX triplet: 94, 6E and 56. RGB value is (148,110,86). Sum of RGB (Red+Green+Blue) = 148+110+86=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E56 is #6B91A9. Grayscale: #767676. Windows color (decimal): -7049642 or 5664404. OLE color: 5664404.

HSL color Cylindrical-coordinate representation of color #946E56: hue angle of 23.23º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #946E56 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14811086-
CMYK00.260.420.42
HSL23.23º26.5%45.88%-
HSV(B)23.23º41.89%58.04%-
XYZ19.4718.1211.28-
YUV118.63109.59148.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 86 (33.98% from 255) = 25%
R=43.02%
G=31.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481108600.260.420.4223.2326.545.88
Hex946E5601A2A2A171a2e
Octal2241561260325252273256
Binary10010100110111010101100110101010101010101011111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946E56; }

 p { color: rgb(148,110,86); }

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

<style>
 a { background-color: #946E56; }

 a { background-color: rgb(148,110,86); }

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

<style>
 span { border-color: #946E56; }

 span { border-color: rgb(148,110,86); }

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