#986B2A

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

Shades of Buttered Rum #986B2A

Tints of Buttered Rum #986B2A

Color information

#986B2A (or 0x986B2A) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 2A. RGB value is (152,107,42). Sum of RGB (Red+Green+Blue) = 152+107+42=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #986B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B2A is #6794D5. Grayscale: #717171. Windows color (decimal): -6788310 or 2780056. OLE color: 2780056.

HSL color Cylindrical-coordinate representation of color #986B2A: hue angle of 35.45º 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 #986B2A is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15210742-
CMYK00.300.720.40
HSL35.45º56.7%38.04%-
HSV(B)35.45º72.37%59.61%-
XYZ18.6217.364.56-
YUV113.0487.91155.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=50.50%
G=35.55%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521074200.300.720.4035.4556.738.04
Hex986B2A01E4828233926
Octal2301535203611050437146
Binary1001100011010111010100111101001000101000100011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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