Shades of Buttered Rum #997C38
Tints of Buttered Rum #997C38
RGB
CMYK
RGB Variations
Color information
#997C38 (or 0x997C38) is known color: Buttered Rum. HEX triplet: 99, 7C and 38. RGB value is (153,124,56). Sum of RGB (Red+Green+Blue) = 153+124+56=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #997C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C38 is #6683C7. Grayscale: #7D7D7D. Windows color (decimal): -6718408 or 3701913. OLE color: 3701913.
HSL color Cylindrical-coordinate representation of color #997C38: hue angle of 42.06º 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 #997C38 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 56 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.4 |
| HSL | 42.06º | 0.46% | 0.41% | - |
| HSV(B) | 42.06º | 0.63% | 0.6% | - |
| XYZ | 21.06 | 21.47 | 6.78 | - |
| YUV | 124.92 | 89.11 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 56 | 0 | 0.19 | 0.63 | 0.4 | 42.06 | 0.46 | 0.41 |
| Hex | 99 | 7C | 38 | 0 | 13 | 3F | 28 | 2A | 2E | 29 |
| Octal | 231 | 174 | 70 | 0 | 23 | 77 | 50 | 52 | 56 | 51 |
| Binary | 10011001 | 1111100 | 111000 | 0 | 10011 | 111111 | 101000 | 101010 | 101110 | 101001 |
Color Harmonies of #997C38
Complementary color
Monochromatic Colors of #997C38
Black with #997C38
Text Example
Text Example
White with #997C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C38; }
p { color: rgb(153,124,56); }
H1.HeaderClassName
{
color: #997C38;
}
.AnyTagClassName
{
color: #997C38;
}
</style>
background-color css
<style>
a { background-color: #997C38; }
a { background-color: rgb(153,124,56); }
div.DivClassName
{
background-color: #997C38;
}
.BgClassName
{
background-color: #997C38;
}
</style>
border-color css
<style>
span { border-color: #997C38; }
span { border-color: rgb(153,124,56); }
td.TdClassName
{
border-color: #997C38;
}
.TagClassName
{
border-color: #997C38;
}
</style>