#997120

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

Shades of Buttered Rum #997120

Tints of Buttered Rum #997120

Color information

#997120 (or 0x997120) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 20. RGB value is (153,113,32). Sum of RGB (Red+Green+Blue) = 153+113+32=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #997120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997120 is #668EDF. Grayscale: #747474. Windows color (decimal): -6721248 or 2126233. OLE color: 2126233.

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

Color convert

RGB15311332-
CMYK00.260.790.4
HSL40.17º65.41%36.27%-
HSV(B)40.17º79.08%60%-
XYZ19.318.693.96-
YUV115.7380.75154.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.34%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=51.34%
G=37.92%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.79
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531133200.260.790.440.1765.4136.27
Hex99712001A4F28284124
Octal23116140032117505010144
Binary10011001111000110000001101010011111010001010001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997120; }

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

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

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

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

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

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

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

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