#986E38

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

Shades of Buttered Rum #986E38

Tints of Buttered Rum #986E38

Color information

#986E38 (or 0x986E38) is unknown color: approx Buttered Rum. HEX triplet: 98, 6E and 38. RGB value is (152,110,56). Sum of RGB (Red+Green+Blue) = 152+110+56=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #986E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E38 is #6791C7. Grayscale: #747474. Windows color (decimal): -6787528 or 3698328. OLE color: 3698328.

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

Color convert

RGB15211056-
CMYK00.280.630.40
HSL33.75º46.15%40.78%-
HSV(B)33.75º63.16%59.61%-
XYZ19.2418.116.22-
YUV116.493.91153.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.80%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 56 (22.27% from 255) = 17.61%
R=47.80%
G=34.59%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521105600.280.630.4033.7546.1540.78
Hex986E3801C3F28222e29
Octal230156700347750425651
Binary100110001101110111000011100111111101000100010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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