#986D24

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

Shades of Buttered Rum #986D24

Tints of Buttered Rum #986D24

Color information

#986D24 (or 0x986D24) is unknown color: approx Buttered Rum. HEX triplet: 98, 6D and 24. RGB value is (152,109,36). Sum of RGB (Red+Green+Blue) = 152+109+36=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #986D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D24 is #6792DB. Grayscale: #717171. Windows color (decimal): -6787804 or 2387352. OLE color: 2387352.

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

Color convert

RGB15210936-
CMYK00.280.760.40
HSL37.76º61.7%36.86%-
HSV(B)37.76º76.32%59.61%-
XYZ18.7417.744.11-
YUV113.5484.25155.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 36 (14.45% from 255) = 12.12%
R=51.18%
G=36.70%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521093600.280.760.4037.7661.736.86
Hex986D2401C4C28263e25
Octal2301554403411450467645
Binary1001100011011011001000111001001100101000100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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