#986C31

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

Shades of Buttered Rum #986C31

Tints of Buttered Rum #986C31

Color information

#986C31 (or 0x986C31) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 31. RGB value is (152,108,49). Sum of RGB (Red+Green+Blue) = 152+108+49=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #986C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C31 is #6793CE. Grayscale: #727272. Windows color (decimal): -6788047 or 3239064. OLE color: 3239064.

HSL color Cylindrical-coordinate representation of color #986C31: hue angle of 34.37º 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 #986C31 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15210849-
CMYK00.290.680.40
HSL34.37º51.24%39.41%-
HSV(B)34.37º67.76%59.61%-
XYZ18.8717.625.31-
YUV114.4391.08154.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.19%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=49.19%
G=34.95%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521084900.290.680.4034.3751.2439.41
Hex986C3101D4428223327
Octal2301546103510450426347
Binary1001100011011001100010111011000100101000100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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