#9E703C

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

Shades of Buttered Rum #9E703C

Tints of Buttered Rum #9E703C

Color information

#9E703C (or 0x9E703C) is unknown color: approx Buttered Rum. HEX triplet: 9E, 70 and 3C. RGB value is (158,112,60). Sum of RGB (Red+Green+Blue) = 158+112+60=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E703C is #618FC3. Grayscale: #787878. Windows color (decimal): -6393796 or 3960990. OLE color: 3960990.

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

Color convert

RGB15811260-
CMYK00.290.620.38
HSL31.84º44.95%42.75%-
HSV(B)31.84º62.03%61.96%-
XYZ20.7119.186.89-
YUV119.8394.24155.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.88%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=47.88%
G=33.94%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581126000.290.620.3831.8444.9542.75
Hex9E703C01D3E26202d2b
Octal236160740357646405553
Binary100111101110000111100011101111110100110100000101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E703C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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