#9E7036

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

Shades of Buttered Rum #9E7036

Tints of Buttered Rum #9E7036

Color information

#9E7036 (or 0x9E7036) is unknown color: approx Buttered Rum. HEX triplet: 9E, 70 and 36. RGB value is (158,112,54). Sum of RGB (Red+Green+Blue) = 158+112+54=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7036 is #618FC9. Grayscale: #777777. Windows color (decimal): -6393802 or 3567774. OLE color: 3567774.

HSL color Cylindrical-coordinate representation of color #9E7036: hue angle of 33.46º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E7036 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB15811254-
CMYK00.290.660.38
HSL33.46º49.06%41.57%-
HSV(B)33.46º65.82%61.96%-
XYZ20.5619.126.1-
YUV119.1491.24155.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.77%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=48.77%
G=34.57%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581125400.290.660.3833.4649.0641.57
Hex9E703601D422621312a
Octal2361606603510246416152
Binary1001111011100001101100111011000010100110100001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,54); }

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

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

 a { background-color: rgb(158,112,54); }

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

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

 span { border-color: rgb(158,112,54); }

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