#986A34

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

Shades of Buttered Rum #986A34

Tints of Buttered Rum #986A34

Color information

#986A34 (or 0x986A34) is unknown color: approx Buttered Rum. HEX triplet: 98, 6A and 34. RGB value is (152,106,52). Sum of RGB (Red+Green+Blue) = 152+106+52=310 (41% of max value = 765). Red value is 152 (59.77% from 255 or 49.03% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 152 - color contains mainly: red. Hex color #986A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A34 is #6795CB. Grayscale: #717171. Windows color (decimal): -6788556 or 3435160. OLE color: 3435160.

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

Color convert

RGB15210652-
CMYK00.300.660.40
HSL32.4º49.02%40%-
HSV(B)32.4º65.79%59.61%-
XYZ18.7217.235.59-
YUV113.693.24155.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.03%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 52 (20.70% from 255) = 16.77%
R=49.03%
G=34.19%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521065200.300.660.4032.449.0240
Hex986A3401E4228203128
Octal2301526403610250406150
Binary1001100011010101101000111101000010101000100000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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