#946F34

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

Shades of Buttered Rum #946F34

Tints of Buttered Rum #946F34

Color information

#946F34 (or 0x946F34) is unknown color: approx Buttered Rum. HEX triplet: 94, 6F and 34. RGB value is (148,111,52). Sum of RGB (Red+Green+Blue) = 148+111+52=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #946F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F34 is #6B90CB. Grayscale: #737373. Windows color (decimal): -7049420 or 3436436. OLE color: 3436436.

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

Color convert

RGB14811152-
CMYK00.250.650.42
HSL36.88º48%39.22%-
HSV(B)36.88º64.86%58.04%-
XYZ18.5217.915.73-
YUV115.3492.26151.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 52 (20.70% from 255) = 16.72%
R=47.59%
G=35.69%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481115200.250.650.4236.884839.22
Hex946F34019412A253027
Octal2241576403110152456047
Binary1001010011011111101000110011000001101010100101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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