#987a3f

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

Shades of Buttered Rum #987A3F

Tints of Buttered Rum #987A3F

Color information

#987A3F (or 0x987A3F) is unknown color: approx Buttered Rum. HEX triplet: 98, 7A and 3F. RGB value is (152,122,63). Sum of RGB (Red+Green+Blue) = 152+122+63=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #987A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A3F is #6785C0. Grayscale: #7C7C7C. Windows color (decimal): -6784449 or 4160152. OLE color: 4160152.

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

Color convert

RGB15212263-
CMYK00.200.590.40
HSL39.78º41.4%42.16%-
HSV(B)39.78º58.55%59.61%-
XYZ20.8120.957.65-
YUV124.2493.44147.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 63 (25% from 255) = 18.69%
R=45.10%
G=36.20%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521226300.200.590.4039.7841.442.16
Hex987A3F0143B2828292a
Octal230172770247350505152
Binary100110001111010111111010100111011101000101000101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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