#986F3A

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

Shades of Buttered Rum #986F3A

Tints of Buttered Rum #986F3A

Color information

#986F3A (or 0x986F3A) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 3A. RGB value is (152,111,58). Sum of RGB (Red+Green+Blue) = 152+111+58=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #986F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F3A is #6790C5. Grayscale: #757575. Windows color (decimal): -6787270 or 3829656. OLE color: 3829656.

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

Color convert

RGB15211158-
CMYK00.270.620.40
HSL33.83º44.76%41.18%-
HSV(B)33.83º61.84%59.61%-
XYZ19.418.356.52-
YUV117.2294.58152.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=47.35%
G=34.58%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521115800.270.620.4033.8344.7641.18
Hex986F3A01B3E28222d29
Octal230157720337650425551
Binary100110001101111111010011011111110101000100010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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