#986C24

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

Shades of Buttered Rum #986C24

Tints of Buttered Rum #986C24

Color information

#986C24 (or 0x986C24) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 24. RGB value is (152,108,36). Sum of RGB (Red+Green+Blue) = 152+108+36=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #986C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C24 is #6793DB. Grayscale: #717171. Windows color (decimal): -6788060 or 2387096. OLE color: 2387096.

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

Color convert

RGB15210836-
CMYK00.290.760.40
HSL37.24º61.7%36.86%-
HSV(B)37.24º76.32%59.61%-
XYZ18.6317.534.07-
YUV112.9584.58155.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 108 (42.58% from 255) = 36.49%
BLUE value IS 36 (14.45% from 255) = 12.16%
R=51.35%
G=36.49%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521083600.290.760.4037.2461.736.86
Hex986C2401D4C28253e25
Octal2301544403511450457645
Binary1001100011011001001000111011001100101000100101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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