Shades of Buttered Rum #997A38
Tints of Buttered Rum #997A38
RGB
CMYK
RGB Variations
Color information
#997A38 (or 0x997A38) is known color: Buttered Rum. HEX triplet: 99, 7A and 38. RGB value is (153,122,56). Sum of RGB (Red+Green+Blue) = 153+122+56=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #997A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997A38 is #6685C7. Grayscale: #7C7C7C. Windows color (decimal): -6718920 or 3701401. OLE color: 3701401.
HSL color Cylindrical-coordinate representation of color #997A38: hue angle of 40.82º 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 #997A38 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 122 | 56 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.4 |
| HSL | 40.82º | 0.46% | 0.41% | - |
| HSV(B) | 40.82º | 0.63% | 0.6% | - |
| XYZ | 20.81 | 20.98 | 6.69 | - |
| YUV | 123.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 122 | 56 | 0 | 0.20 | 0.63 | 0.4 | 40.82 | 0.46 | 0.41 |
| Hex | 99 | 7A | 38 | 0 | 14 | 3F | 28 | 29 | 2E | 29 |
| Octal | 231 | 172 | 70 | 0 | 24 | 77 | 50 | 51 | 56 | 51 |
| Binary | 10011001 | 1111010 | 111000 | 0 | 10100 | 111111 | 101000 | 101001 | 101110 | 101001 |
Color Harmonies of #997A38
Complementary color
Monochromatic Colors of #997A38
Black with #997A38
Text Example
Text Example
White with #997A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997A38; }
p { color: rgb(153,122,56); }
H1.HeaderClassName
{
color: #997A38;
}
.AnyTagClassName
{
color: #997A38;
}
</style>
background-color css
<style>
a { background-color: #997A38; }
a { background-color: rgb(153,122,56); }
div.DivClassName
{
background-color: #997A38;
}
.BgClassName
{
background-color: #997A38;
}
</style>
border-color css
<style>
span { border-color: #997A38; }
span { border-color: rgb(153,122,56); }
td.TdClassName
{
border-color: #997A38;
}
.TagClassName
{
border-color: #997A38;
}
</style>