#946E2E

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

Shades of Buttered Rum #946E2E

Tints of Buttered Rum #946E2E

Color information

#946E2E (or 0x946E2E) is unknown color: approx Buttered Rum. HEX triplet: 94, 6E and 2E. RGB value is (148,110,46). Sum of RGB (Red+Green+Blue) = 148+110+46=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #946E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946E2E is #6B91D1. Grayscale: #727272. Windows color (decimal): -7049682 or 3042964. OLE color: 3042964.

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

Color convert

RGB14811046-
CMYK00.260.690.42
HSL37.65º52.58%38.04%-
HSV(B)37.65º68.92%58.04%-
XYZ18.2817.655.03-
YUV114.0789.59152.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.68%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=48.68%
G=36.18%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481104600.260.690.4237.6552.5838.04
Hex946E2E01A452A263526
Octal2241565603210552466546
Binary1001010011011101011100110101000101101010100110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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