#986F34

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

Shades of Buttered Rum #986F34

Tints of Buttered Rum #986F34

Color information

#986F34 (or 0x986F34) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 34. RGB value is (152,111,52). Sum of RGB (Red+Green+Blue) = 152+111+52=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #986F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F34 is #6790CB. Grayscale: #747474. Windows color (decimal): -6787276 or 3436440. OLE color: 3436440.

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

Color convert

RGB15211152-
CMYK00.270.660.40
HSL35.4º49.02%40%-
HSV(B)35.4º65.79%59.61%-
XYZ19.2518.295.76-
YUV116.5391.58153.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=48.25%
G=35.24%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521115200.270.660.4035.449.0240
Hex986F3401B4228233128
Octal2301576403310250436150
Binary1001100011011111101000110111000010101000100011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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