Shades of Buttered Rum #997D3C
Tints of Buttered Rum #997D3C
RGB
CMYK
RGB Variations
Color information
#997D3C (or 0x997D3C) is known color: Buttered Rum. HEX triplet: 99, 7D and 3C. RGB value is (153,125,60). Sum of RGB (Red+Green+Blue) = 153+125+60=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #997D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997D3C is #6682C3. Grayscale: #7E7E7E. Windows color (decimal): -6718148 or 3964313. OLE color: 3964313.
HSL color Cylindrical-coordinate representation of color #997D3C: hue angle of 41.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #997D3C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 125 | 60 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.4 |
| HSL | 41.94º | 0.44% | 0.42% | - |
| HSV(B) | 41.94º | 0.61% | 0.6% | - |
| XYZ | 21.29 | 21.77 | 7.35 | - |
| YUV | 125.96 | 90.78 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 125 | 60 | 0 | 0.18 | 0.61 | 0.4 | 41.94 | 0.44 | 0.42 |
| Hex | 99 | 7D | 3C | 0 | 12 | 3D | 28 | 2A | 2C | 2A |
| Octal | 231 | 175 | 74 | 0 | 22 | 75 | 50 | 52 | 54 | 52 |
| Binary | 10011001 | 1111101 | 111100 | 0 | 10010 | 111101 | 101000 | 101010 | 101100 | 101010 |
Color Harmonies of #997D3C
Complementary color
Monochromatic Colors of #997D3C
Black with #997D3C
Text Example
Text Example
White with #997D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997D3C; }
p { color: rgb(153,125,60); }
H1.HeaderClassName
{
color: #997D3C;
}
.AnyTagClassName
{
color: #997D3C;
}
</style>
background-color css
<style>
a { background-color: #997D3C; }
a { background-color: rgb(153,125,60); }
div.DivClassName
{
background-color: #997D3C;
}
.BgClassName
{
background-color: #997D3C;
}
</style>
border-color css
<style>
span { border-color: #997D3C; }
span { border-color: rgb(153,125,60); }
td.TdClassName
{
border-color: #997D3C;
}
.TagClassName
{
border-color: #997D3C;
}
</style>