#986E24

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

Shades of Buttered Rum #986E24

Tints of Buttered Rum #986E24

Color information

#986E24 (or 0x986E24) is unknown color: approx Buttered Rum. HEX triplet: 98, 6E and 24. RGB value is (152,110,36). Sum of RGB (Red+Green+Blue) = 152+110+36=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E24 is #6791DB. Grayscale: #727272. Windows color (decimal): -6787548 or 2387608. OLE color: 2387608.

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

Color convert

RGB15211036-
CMYK00.280.760.40
HSL38.28º61.7%36.86%-
HSV(B)38.28º76.32%59.61%-
XYZ18.8417.954.14-
YUV114.1283.91155.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 36 (14.45% from 255) = 12.08%
R=51.01%
G=36.91%
B=12.08%

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
Decimal1521103600.280.760.4038.2861.736.86
Hex986E2401C4C28263e25
Octal2301564403411450467645
Binary1001100011011101001000111001001100101000100110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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