#987C3F

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

Shades of Buttered Rum #987C3F

Tints of Buttered Rum #987C3F

Color information

#987C3F (or 0x987C3F) is unknown color: approx Buttered Rum. HEX triplet: 98, 7C and 3F. RGB value is (152,124,63). Sum of RGB (Red+Green+Blue) = 152+124+63=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #987C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C3F is #6783C0. Grayscale: #7D7D7D. Windows color (decimal): -6783937 or 4160664. OLE color: 4160664.

HSL color Cylindrical-coordinate representation of color #987C3F: hue angle of 41.12º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #987C3F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15212463-
CMYK00.180.590.40
HSL41.12º41.4%42.16%-
HSV(B)41.12º58.55%59.61%-
XYZ21.0521.457.73-
YUV125.4292.78146.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 124 (48.83% from 255) = 36.58%
BLUE value IS 63 (25% from 255) = 18.58%
R=44.84%
G=36.58%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521246300.180.590.4041.1241.442.16
Hex987C3F0123B2829292a
Octal230174770227350515152
Binary100110001111100111111010010111011101000101001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987C3F; }

 p { color: rgb(152,124,63); }

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

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

 a { background-color: rgb(152,124,63); }

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

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

 span { border-color: rgb(152,124,63); }

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