#9A6E24

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

Shades of Buttered Rum #9A6E24

Tints of Buttered Rum #9A6E24

Color information

#9A6E24 (or 0x9A6E24) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6E and 24. RGB value is (154,110,36). Sum of RGB (Red+Green+Blue) = 154+110+36=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6E24 is #6591DB. Grayscale: #737373. Windows color (decimal): -6656476 or 2387610. OLE color: 2387610.

HSL color Cylindrical-coordinate representation of color #9A6E24: hue angle of 37.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A6E24 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15411036-
CMYK00.290.770.40
HSL37.63º62.11%37.25%-
HSV(B)37.63º76.62%60.39%-
XYZ19.2218.154.16-
YUV114.7283.58156.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 36 (14.45% from 255) = 12%
R=51.33%
G=36.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541103600.290.770.4037.6362.1137.25
Hex9A6E2401D4D28263e25
Octal2321564403511550467645
Binary1001101011011101001000111011001101101000100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6E24; }

 p { color: rgb(154,110,36); }

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

<style>
 a { background-color: #9A6E24; }

 a { background-color: rgb(154,110,36); }

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

<style>
 span { border-color: #9A6E24; }

 span { border-color: rgb(154,110,36); }

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