#9A6E25

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

Shades of Buttered Rum #9A6E25

Tints of Buttered Rum #9A6E25

Color information

#9A6E25 (or 0x9A6E25) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6E and 25. RGB value is (154,110,37). Sum of RGB (Red+Green+Blue) = 154+110+37=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6E25 is #6591DA. Grayscale: #737373. Windows color (decimal): -6656475 or 2453146. OLE color: 2453146.

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

Color convert

RGB15411037-
CMYK00.290.760.40
HSL37.44º61.26%37.45%-
HSV(B)37.44º75.97%60.39%-
XYZ19.2418.164.24-
YUV114.8384.08155.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.16%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=51.16%
G=36.54%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541103700.290.760.4037.4461.2637.45
Hex9A6E2501D4C28253d25
Octal2321564503511450457545
Binary1001101011011101001010111011001100101000100101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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