#997136

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

Shades of Buttered Rum #997136

Tints of Buttered Rum #997136

Color information

#997136 (or 0x997136) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 36. RGB value is (153,113,54). Sum of RGB (Red+Green+Blue) = 153+113+54=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #997136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997136 is #668EC9. Grayscale: #767676. Windows color (decimal): -6721226 or 3568025. OLE color: 3568025.

HSL color Cylindrical-coordinate representation of color #997136: hue angle of 35.76º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #997136 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15311354-
CMYK00.260.650.4
HSL35.76º47.83%40.59%-
HSV(B)35.76º64.71%60%-
XYZ19.7118.856.09-
YUV118.2391.75152.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 113 (44.53% from 255) = 35.31%
BLUE value IS 54 (21.48% from 255) = 16.88%
R=47.81%
G=35.31%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531135400.260.650.435.7647.8340.59
Hex99713601A4128243029
Octal2311616603210150446051
Binary1001100111100011101100110101000001101000100100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997136; }

 p { color: rgb(153,113,54); }

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

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

 a { background-color: rgb(153,113,54); }

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

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

 span { border-color: rgb(153,113,54); }

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