Shades of Buttered Rum #97773C
Tints of Buttered Rum #97773C
RGB
CMYK
RGB Variations
Color information
#97773C (or 0x97773C) is known color: Buttered Rum. HEX triplet: 97, 77 and 3C. RGB value is (151,119,60). Sum of RGB (Red+Green+Blue) = 151+119+60=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97773C is #6888C3. Grayscale: #7A7A7A. Windows color (decimal): -6850756 or 3962775. OLE color: 3962775.
HSL color Cylindrical-coordinate representation of color #97773C: hue angle of 38.9º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97773C is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 119 | 60 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.41 |
| HSL | 38.9º | 0.43% | 0.41% | - |
| HSV(B) | 38.9º | 0.6% | 0.59% | - |
| XYZ | 20.17 | 20.1 | 7.09 | - |
| YUV | 121.84 | 93.1 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 119 | 60 | 0 | 0.21 | 0.60 | 0.41 | 38.9 | 0.43 | 0.41 |
| Hex | 97 | 77 | 3C | 0 | 15 | 3C | 29 | 27 | 2B | 29 |
| Octal | 227 | 167 | 74 | 0 | 25 | 74 | 51 | 47 | 53 | 51 |
| Binary | 10010111 | 1110111 | 111100 | 0 | 10101 | 111100 | 101001 | 100111 | 101011 | 101001 |
Color Harmonies of #97773C
Complementary color
Monochromatic Colors of #97773C
Black with #97773C
Text Example
Text Example
White with #97773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97773C; }
p { color: rgb(151,119,60); }
H1.HeaderClassName
{
color: #97773C;
}
.AnyTagClassName
{
color: #97773C;
}
</style>
background-color css
<style>
a { background-color: #97773C; }
a { background-color: rgb(151,119,60); }
div.DivClassName
{
background-color: #97773C;
}
.BgClassName
{
background-color: #97773C;
}
</style>
border-color css
<style>
span { border-color: #97773C; }
span { border-color: rgb(151,119,60); }
td.TdClassName
{
border-color: #97773C;
}
.TagClassName
{
border-color: #97773C;
}
</style>