#946E39

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

Shades of Buttered Rum #946E39

Tints of Buttered Rum #946E39

Color information

#946E39 (or 0x946E39) is unknown color: approx Buttered Rum. HEX triplet: 94, 6E and 39. RGB value is (148,110,57). Sum of RGB (Red+Green+Blue) = 148+110+57=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #946E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E39 is #6B91C6. Grayscale: #737373. Windows color (decimal): -7049671 or 3763860. OLE color: 3763860.

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

Color convert

RGB14811057-
CMYK00.260.610.42
HSL34.95º44.39%40.2%-
HSV(B)34.95º61.49%58.04%-
XYZ18.5317.746.32-
YUV115.3295.09151.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 110 (43.36% from 255) = 34.92%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=46.98%
G=34.92%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481105700.260.610.4234.9544.3940.2
Hex946E3901A3D2A232c28
Octal224156710327552435450
Binary100101001101110111001011010111101101010100011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,110,57); }

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

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

 a { background-color: rgb(148,110,57); }

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

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

 span { border-color: rgb(148,110,57); }

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