#986F3E

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

Shades of Buttered Rum #986F3E

Tints of Buttered Rum #986F3E

Color information

#986F3E (or 0x986F3E) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 3E. RGB value is (152,111,62). Sum of RGB (Red+Green+Blue) = 152+111+62=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #986F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F3E is #6790C1. Grayscale: #757575. Windows color (decimal): -6787266 or 4091800. OLE color: 4091800.

HSL color Cylindrical-coordinate representation of color #986F3E: hue angle of 32.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #986F3E is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB15211162-
CMYK00.270.590.40
HSL32.67º42.06%41.96%-
HSV(B)32.67º59.21%59.61%-
XYZ19.518.397.08-
YUV117.6796.58152.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 111 (43.75% from 255) = 34.15%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=46.77%
G=34.15%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521116200.270.590.4032.6742.0641.96
Hex986F3E01B3B28212a2a
Octal230157760337350415252
Binary100110001101111111110011011111011101000100001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,62); }

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

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

 a { background-color: rgb(152,111,62); }

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

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

 span { border-color: rgb(152,111,62); }

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