#946F5B

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

Shades of Beaver #946F5B

Tints of Beaver #946F5B

Color information

#946F5B (or 0x946F5B) is unknown color: approx Beaver. HEX triplet: 94, 6F and 5B. RGB value is (148,111,91). Sum of RGB (Red+Green+Blue) = 148+111+91=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F5B is #6B90A4. Grayscale: #777777. Windows color (decimal): -7049381 or 5992340. OLE color: 5992340.

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

Color convert

RGB14811191-
CMYK00.250.390.42
HSL21.05º23.85%46.86%-
HSV(B)21.05º38.51%58.04%-
XYZ19.7918.4212.41-
YUV119.78111.76148.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 111 (43.75% from 255) = 31.71%
BLUE value IS 91 (35.94% from 255) = 26%
R=42.29%
G=31.71%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481119100.250.390.4221.0523.8546.86
Hex946F5B019272A15182f
Octal2241571330314752253057
Binary10010100110111110110110110011001111010101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,91); }

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

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

 a { background-color: rgb(148,111,91); }

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

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

 span { border-color: rgb(148,111,91); }

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