#987141

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

Shades of Buttered Rum #987141

Tints of Buttered Rum #987141

Color information

#987141 (or 0x987141) is unknown color: approx Buttered Rum. HEX triplet: 98, 71 and 41. RGB value is (152,113,65). Sum of RGB (Red+Green+Blue) = 152+113+65=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #987141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987141 is #678EBE. Grayscale: #777777. Windows color (decimal): -6786751 or 4288920. OLE color: 4288920.

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

Color convert

RGB15211365-
CMYK00.260.570.40
HSL33.1º40.09%42.55%-
HSV(B)33.1º57.24%59.61%-
XYZ19.8118.877.6-
YUV119.1997.42151.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=46.06%
G=34.24%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521136500.260.570.4033.140.0942.55
Hex98714101A392821282b
Octal2301611010327150415053
Binary1001100011100011000001011010111001101000100001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987141; }

 p { color: rgb(152,113,65); }

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

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

 a { background-color: rgb(152,113,65); }

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

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

 span { border-color: rgb(152,113,65); }

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