#9A6E29

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

Shades of Buttered Rum #9A6E29

Tints of Buttered Rum #9A6E29

Color information

#9A6E29 (or 0x9A6E29) is unknown color: approx Buttered Rum. HEX triplet: 9A, 6E and 29. RGB value is (154,110,41). Sum of RGB (Red+Green+Blue) = 154+110+41=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6E29 is #6591D6. Grayscale: #737373. Windows color (decimal): -6656471 or 2715290. OLE color: 2715290.

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

Color convert

RGB15411041-
CMYK00.290.730.40
HSL36.64º57.95%38.24%-
HSV(B)36.64º73.38%60.39%-
XYZ19.318.184.59-
YUV115.2986.08155.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.49%
GREEN value IS 110 (43.36% from 255) = 36.07%
BLUE value IS 41 (16.41% from 255) = 13.44%
R=50.49%
G=36.07%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541104100.290.730.4036.6457.9538.24
Hex9A6E2901D4928253a26
Octal2321565103511150457246
Binary1001101011011101010010111011001001101000100101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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