#986C38

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

Shades of Buttered Rum #986C38

Tints of Buttered Rum #986C38

Color information

#986C38 (or 0x986C38) is unknown color: approx Buttered Rum. HEX triplet: 98, 6C and 38. RGB value is (152,108,56). Sum of RGB (Red+Green+Blue) = 152+108+56=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #986C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C38 is #6793C7. Grayscale: #737373. Windows color (decimal): -6788040 or 3697816. OLE color: 3697816.

HSL color Cylindrical-coordinate representation of color #986C38: hue angle of 32.5º 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 #986C38 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB15210856-
CMYK00.290.630.40
HSL32.5º46.15%40.78%-
HSV(B)32.5º63.16%59.61%-
XYZ19.0317.696.15-
YUV115.2394.58154.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=48.10%
G=34.18%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521085600.290.630.4032.546.1540.78
Hex986C3801D3F28202e29
Octal230154700357750405651
Binary100110001101100111000011101111111101000100000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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