#946A2E

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

Shades of Buttered Rum #946A2E

Tints of Buttered Rum #946A2E

Color information

#946A2E (or 0x946A2E) is unknown color: approx Buttered Rum. HEX triplet: 94, 6A and 2E. RGB value is (148,106,46). Sum of RGB (Red+Green+Blue) = 148+106+46=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #946A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A2E is #6B95D1. Grayscale: #707070. Windows color (decimal): -7050706 or 3041940. OLE color: 3041940.

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

Color convert

RGB14810646-
CMYK00.280.690.42
HSL35.29º52.58%38.04%-
HSV(B)35.29º68.92%58.04%-
XYZ17.8616.84.89-
YUV111.7290.91153.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 106 (41.80% from 255) = 35.33%
BLUE value IS 46 (18.36% from 255) = 15.33%
R=49.33%
G=35.33%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481064600.280.690.4235.2952.5838.04
Hex946A2E01C452A233526
Octal2241525603410552436546
Binary1001010011010101011100111001000101101010100011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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