#986B31

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

Shades of Buttered Rum #986B31

Tints of Buttered Rum #986B31

Color information

#986B31 (or 0x986B31) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 31. RGB value is (152,107,49). Sum of RGB (Red+Green+Blue) = 152+107+49=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986B31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B31 is #6794CE. Grayscale: #727272. Windows color (decimal): -6788303 or 3238808. OLE color: 3238808.

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

Color convert

RGB15210749-
CMYK00.300.680.40
HSL33.79º51.24%39.41%-
HSV(B)33.79º67.76%59.61%-
XYZ18.7617.415.28-
YUV113.8491.41155.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 49 (19.53% from 255) = 15.91%
R=49.35%
G=34.74%
B=15.91%

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
Decimal1521074900.300.680.4033.7951.2439.41
Hex986B3101E4428223327
Octal2301536103610450426347
Binary1001100011010111100010111101000100101000100010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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