#986D33

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

Shades of Buttered Rum #986D33

Tints of Buttered Rum #986D33

Color information

#986D33 (or 0x986D33) is unknown color: approx Buttered Rum. HEX triplet: 98, 6D and 33. RGB value is (152,109,51). Sum of RGB (Red+Green+Blue) = 152+109+51=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #986D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D33 is #6792CC. Grayscale: #737373. Windows color (decimal): -6787789 or 3370392. OLE color: 3370392.

HSL color Cylindrical-coordinate representation of color #986D33: hue angle of 34.46º degrees, saturation: 0.5, 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 #986D33 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15210951-
CMYK00.280.660.40
HSL34.46º49.75%39.8%-
HSV(B)34.46º66.45%59.61%-
XYZ19.0217.855.58-
YUV115.2491.75154.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=48.72%
G=34.94%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521095100.280.660.4034.4649.7539.8
Hex986D3301C4228223228
Octal2301556303410250426250
Binary1001100011011011100110111001000010101000100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,51); }

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

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

 a { background-color: rgb(152,109,51); }

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

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

 span { border-color: rgb(152,109,51); }

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