#986F38

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

Shades of Buttered Rum #986F38

Tints of Buttered Rum #986F38

Color information

#986F38 (or 0x986F38) is unknown color: approx Buttered Rum. HEX triplet: 98, 6F and 38. RGB value is (152,111,56). Sum of RGB (Red+Green+Blue) = 152+111+56=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #986F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F38 is #6790C7. Grayscale: #757575. Windows color (decimal): -6787272 or 3698584. OLE color: 3698584.

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

Color convert

RGB15211156-
CMYK00.270.630.40
HSL34.38º46.15%40.78%-
HSV(B)34.38º63.16%59.61%-
XYZ19.3518.336.26-
YUV116.9993.58152.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.65%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 56 (22.27% from 255) = 17.55%
R=47.65%
G=34.80%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521115600.270.630.4034.3846.1540.78
Hex986F3801B3F28222e29
Octal230157700337750425651
Binary100110001101111111000011011111111101000100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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