Shades of Buttered Rum #997B30
Tints of Buttered Rum #997B30
RGB
CMYK
RGB Variations
Color information
#997B30 (or 0x997B30) is known color: Buttered Rum. HEX triplet: 99, 7B and 30. RGB value is (153,123,48). Sum of RGB (Red+Green+Blue) = 153+123+48=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #997B30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997B30 is #6684CF. Grayscale: #7B7B7B. Windows color (decimal): -6718672 or 3177369. OLE color: 3177369.
HSL color Cylindrical-coordinate representation of color #997B30: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #997B30 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 123 | 48 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.4 |
| HSL | 42.86º | 0.52% | 0.39% | - |
| HSV(B) | 42.86º | 0.69% | 0.6% | - |
| XYZ | 20.75 | 21.15 | 5.79 | - |
| YUV | 123.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 123 | 48 | 0 | 0.20 | 0.69 | 0.4 | 42.86 | 0.52 | 0.39 |
| Hex | 99 | 7B | 30 | 0 | 14 | 45 | 28 | 2B | 34 | 27 |
| Octal | 231 | 173 | 60 | 0 | 24 | 105 | 50 | 53 | 64 | 47 |
| Binary | 10011001 | 1111011 | 110000 | 0 | 10100 | 1000101 | 101000 | 101011 | 110100 | 100111 |
Color Harmonies of #997B30
Complementary color
Monochromatic Colors of #997B30
Black with #997B30
Text Example
Text Example
White with #997B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997B30; }
p { color: rgb(153,123,48); }
H1.HeaderClassName
{
color: #997B30;
}
.AnyTagClassName
{
color: #997B30;
}
</style>
background-color css
<style>
a { background-color: #997B30; }
a { background-color: rgb(153,123,48); }
div.DivClassName
{
background-color: #997B30;
}
.BgClassName
{
background-color: #997B30;
}
</style>
border-color css
<style>
span { border-color: #997B30; }
span { border-color: rgb(153,123,48); }
td.TdClassName
{
border-color: #997B30;
}
.TagClassName
{
border-color: #997B30;
}
</style>