#986D31

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

Shades of Buttered Rum #986D31

Tints of Buttered Rum #986D31

Color information

#986D31 (or 0x986D31) is unknown color: approx Buttered Rum. HEX triplet: 98, 6D and 31. RGB value is (152,109,49). Sum of RGB (Red+Green+Blue) = 152+109+49=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #986D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D31 is #6792CE. Grayscale: #737373. Windows color (decimal): -6787791 or 3239320. OLE color: 3239320.

HSL color Cylindrical-coordinate representation of color #986D31: hue angle of 34.95º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #986D31 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15210949-
CMYK00.280.680.40
HSL34.95º51.24%39.41%-
HSV(B)34.95º67.76%59.61%-
XYZ18.9717.835.35-
YUV115.0290.75154.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=49.03%
G=35.16%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521094900.280.680.4034.9551.2439.41
Hex986D3101C4428233327
Octal2301556103410450436347
Binary1001100011011011100010111001000100101000100011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986D31; }

 p { color: rgb(152,109,49); }

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

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

 a { background-color: rgb(152,109,49); }

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

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

 span { border-color: rgb(152,109,49); }

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