#986A31

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

Shades of Buttered Rum #986A31

Tints of Buttered Rum #986A31

Color information

#986A31 (or 0x986A31) is unknown color: approx Buttered Rum. HEX triplet: 98, 6A and 31. RGB value is (152,106,49). Sum of RGB (Red+Green+Blue) = 152+106+49=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #986A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A31 is #6795CE. Grayscale: #717171. Windows color (decimal): -6788559 or 3238552. OLE color: 3238552.

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

Color convert

RGB15210649-
CMYK00.300.680.40
HSL33.2º51.24%39.41%-
HSV(B)33.2º67.76%59.61%-
XYZ18.6617.215.24-
YUV113.2691.74155.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=49.51%
G=34.53%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521064900.300.680.4033.251.2439.41
Hex986A3101E4428213327
Octal2301526103610450416347
Binary1001100011010101100010111101000100101000100001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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