#946F44

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

Shades of Pale Brown #946F44

Tints of Pale Brown #946F44

Color information

#946F44 (or 0x946F44) is unknown color: approx Pale Brown. HEX triplet: 94, 6F and 44. RGB value is (148,111,68). Sum of RGB (Red+Green+Blue) = 148+111+68=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #946F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F44 is #6B90BB. Grayscale: #757575. Windows color (decimal): -7049404 or 4485012. OLE color: 4485012.

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

Color convert

RGB14811168-
CMYK00.250.540.42
HSL32.25º37.04%42.35%-
HSV(B)32.25º54.05%58.04%-
XYZ18.9418.087.96-
YUV117.16100.26150-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=45.26%
G=33.94%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481116800.250.540.4232.2537.0442.35
Hex946F44019362A20252a
Octal2241571040316652404552
Binary1001010011011111000100011001110110101010100000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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