#986E28

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

Shades of Buttered Rum #986E28

Tints of Buttered Rum #986E28

Color information

#986E28 (or 0x986E28) is unknown color: approx Buttered Rum. HEX triplet: 98, 6E and 28. RGB value is (152,110,40). Sum of RGB (Red+Green+Blue) = 152+110+40=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #986E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E28 is #6791D7. Grayscale: #727272. Windows color (decimal): -6787544 or 2649752. OLE color: 2649752.

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

Color convert

RGB15211040-
CMYK00.280.740.40
HSL37.5º58.33%37.65%-
HSV(B)37.5º73.68%59.61%-
XYZ18.9117.984.48-
YUV114.5885.91154.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.33%
GREEN value IS 110 (43.36% from 255) = 36.42%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=50.33%
G=36.42%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521104000.280.740.4037.558.3337.65
Hex986E2801C4A28263a26
Octal2301565003411250467246
Binary1001100011011101010000111001001010101000100110111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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