#986929

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

Shades of Buttered Rum #986929

Tints of Buttered Rum #986929

Color information

#986929 (or 0x986929) is unknown color: approx Buttered Rum. HEX triplet: 98, 69 and 29. RGB value is (152,105,41). Sum of RGB (Red+Green+Blue) = 152+105+41=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #986929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986929 is #6796D6. Grayscale: #707070. Windows color (decimal): -6788823 or 2714008. OLE color: 2714008.

HSL color Cylindrical-coordinate representation of color #986929: hue angle of 34.59º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #986929 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15210541-
CMYK00.310.730.40
HSL34.59º57.51%37.84%-
HSV(B)34.59º73.03%59.61%-
XYZ18.416.944.4-
YUV111.7688.07156.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 41 (16.41% from 255) = 13.76%
R=51.01%
G=35.23%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521054100.310.730.4034.5957.5137.84
Hex98692901F4928233a26
Octal2301515103711150437246
Binary1001100011010011010010111111001001101000100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986929; }

 p { color: rgb(152,105,41); }

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

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

 a { background-color: rgb(152,105,41); }

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

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

 span { border-color: rgb(152,105,41); }

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