#986F2A

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

Shades of Buttered Rum #986F2A

Tints of Buttered Rum #986F2A

Color information

#986F2A (or 0x986F2A) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 2A. RGB value is (152,111,42). Sum of RGB (Red+Green+Blue) = 152+111+42=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F2A is #6790D5. Grayscale: #737373. Windows color (decimal): -6787286 or 2781080. OLE color: 2781080.

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

Color convert

RGB15211142-
CMYK00.270.720.40
HSL37.64º56.7%38.04%-
HSV(B)37.64º72.37%59.61%-
XYZ19.0518.214.7-
YUV115.3986.58154.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 42 (16.80% from 255) = 13.77%
R=49.84%
G=36.39%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521114200.270.720.4037.6456.738.04
Hex986F2A01B4828263926
Octal2301575203311050467146
Binary1001100011011111010100110111001000101000100110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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