#946C2E

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

Shades of Buttered Rum #946C2E

Tints of Buttered Rum #946C2E

Color information

#946C2E (or 0x946C2E) is unknown color: approx Buttered Rum. HEX triplet: 94, 6C and 2E. RGB value is (148,108,46). Sum of RGB (Red+Green+Blue) = 148+108+46=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #946C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C2E is #6B93D1. Grayscale: #717171. Windows color (decimal): -7050194 or 3042452. OLE color: 3042452.

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

Color convert

RGB14810846-
CMYK00.270.690.42
HSL36.47º52.58%38.04%-
HSV(B)36.47º68.92%58.04%-
XYZ18.0717.224.96-
YUV112.8990.25153.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=49.01%
G=35.76%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481084600.270.690.4236.4752.5838.04
Hex946C2E01B452A243526
Octal2241545603310552446546
Binary1001010011011001011100110111000101101010100100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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