#946959

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

Shades of Beaver #946959

Tints of Beaver #946959

Color information

#946959 (or 0x946959) is unknown color: approx Beaver. HEX triplet: 94, 69 and 59. RGB value is (148,105,89). Sum of RGB (Red+Green+Blue) = 148+105+89=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946959 is #6B96A6. Grayscale: #747474. Windows color (decimal): -7050919 or 5859732. OLE color: 5859732.

HSL color Cylindrical-coordinate representation of color #946959: hue angle of 16.27º 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 #946959 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14810589-
CMYK00.290.400.42
HSL16.27º24.89%46.47%-
HSV(B)16.27º39.86%58.04%-
XYZ19.0717.1211.75-
YUV116.03112.75150.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=43.27%
G=30.70%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481058900.290.400.4216.2724.8946.47
Hex94695901D282A10192e
Octal2241511310355052203156
Binary10010100110100110110010111011010001010101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946959; }

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

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

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

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

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

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

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

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