#987A36

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

Shades of Buttered Rum #987A36

Tints of Buttered Rum #987A36

Color information

#987A36 (or 0x987A36) is unknown color: approx Buttered Rum. HEX triplet: 98, 7A and 36. RGB value is (152,122,54). Sum of RGB (Red+Green+Blue) = 152+122+54=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #987A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A36 is #6785C9. Grayscale: #7B7B7B. Windows color (decimal): -6784458 or 3570328. OLE color: 3570328.

HSL color Cylindrical-coordinate representation of color #987A36: hue angle of 41.63º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #987A36 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB15212254-
CMYK00.200.640.40
HSL41.63º47.57%40.39%-
HSV(B)41.63º64.47%59.61%-
XYZ20.5720.866.43-
YUV123.2288.94148.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=46.34%
G=37.20%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521225400.200.640.4041.6347.5740.39
Hex987A3601440282a3028
Octal2301726602410050526050
Binary1001100011110101101100101001000000101000101010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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