#9A6D24

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

Shades of Buttered Rum #9A6D24

Tints of Buttered Rum #9A6D24

Color information

#9A6D24 (or 0x9A6D24) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6D and 24. RGB value is (154,109,36). Sum of RGB (Red+Green+Blue) = 154+109+36=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6D24 is #6592DB. Grayscale: #727272. Windows color (decimal): -6656732 or 2387354. OLE color: 2387354.

HSL color Cylindrical-coordinate representation of color #9A6D24: hue angle of 37.12º 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 #9A6D24 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.40.

Color convert

RGB15410936-
CMYK00.290.770.40
HSL37.12º62.11%37.25%-
HSV(B)37.12º76.62%60.39%-
XYZ19.1117.934.12-
YUV114.1383.91156.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 36 (14.45% from 255) = 12.04%
R=51.51%
G=36.45%
B=12.04%

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
Decimal1541093600.290.770.4037.1262.1137.25
Hex9A6D2401D4D28253e25
Octal2321554403511550457645
Binary1001101011011011001000111011001101101000100101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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