#946D57

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

Shades of Beaver #946D57

Tints of Beaver #946D57

Color information

#946D57 (or 0x946D57) is unknown color: approx Beaver. HEX triplet: 94, 6D and 57. RGB value is (148,109,87). Sum of RGB (Red+Green+Blue) = 148+109+87=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D57 is #6B92A8. Grayscale: #767676. Windows color (decimal): -7049897 or 5729684. OLE color: 5729684.

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

Color convert

RGB14810987-
CMYK00.260.410.42
HSL21.64º25.96%46.08%-
HSV(B)21.64º41.22%58.04%-
XYZ19.417.9211.45-
YUV118.15110.42149.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 109 (42.97% from 255) = 31.69%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=43.02%
G=31.69%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481098700.260.410.4221.6425.9646.08
Hex946D5701A292A161a2e
Octal2241551270325152263256
Binary10010100110110110101110110101010011010101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,109,87); }

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

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

 a { background-color: rgb(148,109,87); }

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

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

 span { border-color: rgb(148,109,87); }

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