#986E2E

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

Shades of Buttered Rum #986E2E

Tints of Buttered Rum #986E2E

Color information

#986E2E (or 0x986E2E) is unknown color: approx Buttered Rum. HEX triplet: 98, 6E and 2E. RGB value is (152,110,46). Sum of RGB (Red+Green+Blue) = 152+110+46=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E2E is #6791D1. Grayscale: #737373. Windows color (decimal): -6787538 or 3042968. OLE color: 3042968.

HSL color Cylindrical-coordinate representation of color #986E2E: hue angle of 36.23º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #986E2E is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB15211046-
CMYK00.280.700.40
HSL36.23º53.54%38.82%-
HSV(B)36.23º69.74%59.61%-
XYZ19.0218.025.06-
YUV115.2688.91154.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 46 (18.36% from 255) = 14.94%
R=49.35%
G=35.71%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521104600.280.700.4036.2353.5438.82
Hex986E2E01C4628243627
Octal2301565603410650446647
Binary1001100011011101011100111001000110101000100100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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