#946A59

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

Shades of Beaver #946A59

Tints of Beaver #946A59

Color information

#946A59 (or 0x946A59) is unknown color: approx Beaver. HEX triplet: 94, 6A and 59. RGB value is (148,106,89). Sum of RGB (Red+Green+Blue) = 148+106+89=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #946A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A59 is #6B95A6. Grayscale: #747474. Windows color (decimal): -7050663 or 5859988. OLE color: 5859988.

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

Color convert

RGB14810689-
CMYK00.280.400.42
HSL17.29º24.89%46.47%-
HSV(B)17.29º39.86%58.04%-
XYZ19.1717.3311.78-
YUV116.62112.41150.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 106 (41.80% from 255) = 30.90%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=43.15%
G=30.90%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481068900.280.400.4217.2924.8946.47
Hex946A5901C282A11192e
Octal2241521310345052213156
Binary10010100110101010110010111001010001010101000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,89); }

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

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

 a { background-color: rgb(148,106,89); }

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

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

 span { border-color: rgb(148,106,89); }

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