#986930

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

Shades of Buttered Rum #986930

Tints of Buttered Rum #986930

Color information

#986930 (or 0x986930) is unknown color: approx Buttered Rum. HEX triplet: 98, 69 and 30. RGB value is (152,105,48). Sum of RGB (Red+Green+Blue) = 152+105+48=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #986930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986930 is #6796CF. Grayscale: #707070. Windows color (decimal): -6788816 or 3172760. OLE color: 3172760.

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

Color convert

RGB15210548-
CMYK00.310.680.40
HSL32.88º52%39.22%-
HSV(B)32.88º68.42%59.61%-
XYZ18.5316.995.1-
YUV112.5691.57156.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.84%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 48 (19.14% from 255) = 15.74%
R=49.84%
G=34.43%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521054800.310.680.4032.885239.22
Hex98693001F4428213427
Octal2301516003710450416447
Binary1001100011010011100000111111000100101000100001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986930; }

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

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

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

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

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

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

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

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