#997E3A

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

Shades of Buttered Rum #997E3A

Tints of Buttered Rum #997E3A

Color information

#997E3A (or 0x997E3A) is unknown color: approx Buttered Rum. HEX triplet: 99, 7E and 3A. RGB value is (153,126,58). Sum of RGB (Red+Green+Blue) = 153+126+58=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #997E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E3A is #6681C5. Grayscale: #7E7E7E. Windows color (decimal): -6717894 or 3833497. OLE color: 3833497.

HSL color Cylindrical-coordinate representation of color #997E3A: hue angle of 42.95º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #997E3A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.4.

Color convert

RGB15312658-
CMYK00.180.620.4
HSL42.95º45.02%41.37%-
HSV(B)42.95º62.09%60%-
XYZ21.36227.12-
YUV126.3289.45147.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=45.40%
G=37.39%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531265800.180.620.442.9545.0241.37
Hex997E3A0123E282b2d29
Octal231176720227650535551
Binary100110011111110111010010010111110101000101011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997E3A; }

 p { color: rgb(153,126,58); }

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

<style>
 a { background-color: #997E3A; }

 a { background-color: rgb(153,126,58); }

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

<style>
 span { border-color: #997E3A; }

 span { border-color: rgb(153,126,58); }

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