#986B38

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

Shades of Buttered Rum #986B38

Tints of Buttered Rum #986B38

Color information

#986B38 (or 0x986B38) is unknown color: approx Buttered Rum. HEX triplet: 98, 6B and 38. RGB value is (152,107,56). Sum of RGB (Red+Green+Blue) = 152+107+56=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #986B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986B38 is #6794C7. Grayscale: #727272. Windows color (decimal): -6788296 or 3697560. OLE color: 3697560.

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

Color convert

RGB15210756-
CMYK00.300.630.40
HSL31.87º46.15%40.78%-
HSV(B)31.87º63.16%59.61%-
XYZ18.9217.486.12-
YUV114.6494.91154.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=48.25%
G=33.97%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521075600.300.630.4031.8746.1540.78
Hex986B3801E3F28202e29
Octal230153700367750405651
Binary100110001101011111000011110111111101000100000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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