#986829

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

Shades of Buttered Rum #986829

Tints of Buttered Rum #986829

Color information

#986829 (or 0x986829) is unknown color: approx Buttered Rum. HEX triplet: 98, 68 and 29. RGB value is (152,104,41). Sum of RGB (Red+Green+Blue) = 152+104+41=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #986829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986829 is #6797D6. Grayscale: #6F6F6F. Windows color (decimal): -6789079 or 2713752. OLE color: 2713752.

HSL color Cylindrical-coordinate representation of color #986829: hue angle of 34.05º 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 #986829 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB15210441-
CMYK00.320.730.40
HSL34.05º57.51%37.84%-
HSV(B)34.05º73.03%59.61%-
XYZ18.316.744.36-
YUV111.1788.4157.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.18%
GREEN value IS 104 (41.02% from 255) = 35.02%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=51.18%
G=35.02%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521044100.320.730.4034.0557.5137.84
Hex9868290204928223a26
Octal2301505104011150427246
Binary10011000110100010100101000001001001101000100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986829; }

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

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

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

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

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

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

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

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