#986F36

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

Shades of Buttered Rum #986F36

Tints of Buttered Rum #986F36

Color information

#986F36 (or 0x986F36) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 36. RGB value is (152,111,54). Sum of RGB (Red+Green+Blue) = 152+111+54=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #986F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F36 is #6790C9. Grayscale: #757575. Windows color (decimal): -6787274 or 3567512. OLE color: 3567512.

HSL color Cylindrical-coordinate representation of color #986F36: hue angle of 34.9º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #986F36 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB15211154-
CMYK00.270.640.40
HSL34.9º47.57%40.39%-
HSV(B)34.9º64.47%59.61%-
XYZ19.318.316.01-
YUV116.7692.58153.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=47.95%
G=35.02%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521115400.270.640.4034.947.5740.39
Hex986F3601B4028233028
Octal2301576603310050436050
Binary1001100011011111101100110111000000101000100011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,54); }

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

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

 a { background-color: rgb(152,111,54); }

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

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

 span { border-color: rgb(152,111,54); }

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