Shades of Buttered Rum #916F38
Tints of Buttered Rum #916F38
RGB
CMYK
RGB Variations
Color information
#916F38 (or 0x916F38) is known color: Buttered Rum. HEX triplet: 91, 6F and 38. RGB value is (145,111,56). Sum of RGB (Red+Green+Blue) = 145+111+56=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 145 - color contains mainly: red. Hex color #916F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916F38 is #6E90C7. Grayscale: #737373. Windows color (decimal): -7246024 or 3698577. OLE color: 3698577.
HSL color Cylindrical-coordinate representation of color #916F38: hue angle of 37.08º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #916F38 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 111 | 56 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.43 |
| HSL | 37.08º | 0.44% | 0.39% | - |
| HSV(B) | 37.08º | 0.61% | 0.57% | - |
| XYZ | 18.08 | 17.67 | 6.2 | - |
| YUV | 114.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 111 | 56 | 0 | 0.23 | 0.61 | 0.43 | 37.08 | 0.44 | 0.39 |
| Hex | 91 | 6F | 38 | 0 | 17 | 3D | 2B | 25 | 2C | 27 |
| Octal | 221 | 157 | 70 | 0 | 27 | 75 | 53 | 45 | 54 | 47 |
| Binary | 10010001 | 1101111 | 111000 | 0 | 10111 | 111101 | 101011 | 100101 | 101100 | 100111 |
Color Harmonies of #916F38
Complementary color
Monochromatic Colors of #916F38
Black with #916F38
Text Example
Text Example
White with #916F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916F38; }
p { color: rgb(145,111,56); }
H1.HeaderClassName
{
color: #916F38;
}
.AnyTagClassName
{
color: #916F38;
}
</style>
background-color css
<style>
a { background-color: #916F38; }
a { background-color: rgb(145,111,56); }
div.DivClassName
{
background-color: #916F38;
}
.BgClassName
{
background-color: #916F38;
}
</style>
border-color css
<style>
span { border-color: #916F38; }
span { border-color: rgb(145,111,56); }
td.TdClassName
{
border-color: #916F38;
}
.TagClassName
{
border-color: #916F38;
}
</style>