#986D2F

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

Shades of Buttered Rum #986D2F

Tints of Buttered Rum #986D2F

Color information

#986D2F (or 0x986D2F) is unknown color: approx Buttered Rum. HEX triplet: 98, 6D and 2F. RGB value is (152,109,47). Sum of RGB (Red+Green+Blue) = 152+109+47=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #986D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D2F is #6792D0. Grayscale: #737373. Windows color (decimal): -6787793 or 3108248. OLE color: 3108248.

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

Color convert

RGB15210947-
CMYK00.280.690.40
HSL35.43º52.76%39.02%-
HSV(B)35.43º69.08%59.61%-
XYZ18.9317.825.13-
YUV114.7989.75154.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 47 (18.75% from 255) = 15.26%
R=49.35%
G=35.39%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521094700.280.690.4035.4352.7639.02
Hex986D2F01C4528233527
Octal2301555703410550436547
Binary1001100011011011011110111001000101101000100011110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,47); }

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

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

 a { background-color: rgb(152,109,47); }

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

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

 span { border-color: rgb(152,109,47); }

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