#987B3F

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

Shades of Buttered Rum #987B3F

Tints of Buttered Rum #987B3F

Color information

#987B3F (or 0x987B3F) is unknown color: approx Buttered Rum. HEX triplet: 98, 7B and 3F. RGB value is (152,123,63). Sum of RGB (Red+Green+Blue) = 152+123+63=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #987B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B3F is #6784C0. Grayscale: #7D7D7D. Windows color (decimal): -6784193 or 4160408. OLE color: 4160408.

HSL color Cylindrical-coordinate representation of color #987B3F: hue angle of 40.45º 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 #987B3F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15212363-
CMYK00.190.590.40
HSL40.45º41.4%42.16%-
HSV(B)40.45º58.55%59.61%-
XYZ20.9321.27.69-
YUV124.8393.11147.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 63 (25% from 255) = 18.64%
R=44.97%
G=36.39%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521236300.190.590.4040.4541.442.16
Hex987B3F0133B2828292a
Octal230173770237350505152
Binary100110001111011111111010011111011101000101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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