Shades of Buttered Rum #97762D
Tints of Buttered Rum #97762D
RGB
CMYK
RGB Variations
Color information
#97762D (or 0x97762D) is known color: Buttered Rum. HEX triplet: 97, 76 and 2D. RGB value is (151,118,45). Sum of RGB (Red+Green+Blue) = 151+118+45=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #97762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97762D is #6889D2. Grayscale: #777777. Windows color (decimal): -6851027 or 2979479. OLE color: 2979479.
HSL color Cylindrical-coordinate representation of color #97762D: hue angle of 41.32º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #97762D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 45 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.41 |
| HSL | 41.32º | 0.54% | 0.38% | - |
| HSV(B) | 41.32º | 0.7% | 0.59% | - |
| XYZ | 19.71 | 19.73 | 5.25 | - |
| YUV | 119.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 45 | 0 | 0.22 | 0.70 | 0.41 | 41.32 | 0.54 | 0.38 |
| Hex | 97 | 76 | 2D | 0 | 16 | 46 | 29 | 29 | 36 | 26 |
| Octal | 227 | 166 | 55 | 0 | 26 | 106 | 51 | 51 | 66 | 46 |
| Binary | 10010111 | 1110110 | 101101 | 0 | 10110 | 1000110 | 101001 | 101001 | 110110 | 100110 |
Color Harmonies of #97762D
Complementary color
Monochromatic Colors of #97762D
Black with #97762D
Text Example
Text Example
White with #97762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97762D; }
p { color: rgb(151,118,45); }
H1.HeaderClassName
{
color: #97762D;
}
.AnyTagClassName
{
color: #97762D;
}
</style>
background-color css
<style>
a { background-color: #97762D; }
a { background-color: rgb(151,118,45); }
div.DivClassName
{
background-color: #97762D;
}
.BgClassName
{
background-color: #97762D;
}
</style>
border-color css
<style>
span { border-color: #97762D; }
span { border-color: rgb(151,118,45); }
td.TdClassName
{
border-color: #97762D;
}
.TagClassName
{
border-color: #97762D;
}
</style>