#997140

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

Shades of Buttered Rum #997140

Tints of Buttered Rum #997140

Color information

#997140 (or 0x997140) is unknown color: approx Buttered Rum. HEX triplet: 99, 71 and 40. RGB value is (153,113,64). Sum of RGB (Red+Green+Blue) = 153+113+64=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #997140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997140 is #668EBF. Grayscale: #777777. Windows color (decimal): -6721216 or 4223385. OLE color: 4223385.

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

Color convert

RGB15311364-
CMYK00.260.580.4
HSL33.03º41.01%42.55%-
HSV(B)33.03º58.17%60%-
XYZ19.9718.957.46-
YUV119.3796.75151.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=46.36%
G=34.24%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531136400.260.580.433.0341.0142.55
Hex99714001A3A2821292b
Octal2311611000327250415153
Binary1001100111100011000000011010111010101000100001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997140; }

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

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

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

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

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

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

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

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