#946F39

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

Shades of Buttered Rum #946F39

Tints of Buttered Rum #946F39

Color information

#946F39 (or 0x946F39) is unknown color: approx Buttered Rum. HEX triplet: 94, 6F and 39. RGB value is (148,111,57). Sum of RGB (Red+Green+Blue) = 148+111+57=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #946F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F39 is #6B90C6. Grayscale: #747474. Windows color (decimal): -7049415 or 3764116. OLE color: 3764116.

HSL color Cylindrical-coordinate representation of color #946F39: hue angle of 35.6º 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 #946F39 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14811157-
CMYK00.250.610.42
HSL35.6º44.39%40.2%-
HSV(B)35.6º61.49%58.04%-
XYZ18.6417.966.36-
YUV115.9194.76150.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 57 (22.66% from 255) = 18.04%
R=46.84%
G=35.13%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481115700.250.610.4235.644.3940.2
Hex946F390193D2A242c28
Octal224157710317552445450
Binary100101001101111111001011001111101101010100100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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