Shades of Buttered Rum #97713C
Tints of Buttered Rum #97713C
RGB
CMYK
RGB Variations
Color information
#97713C (or 0x97713C) is known color: Buttered Rum. HEX triplet: 97, 71 and 3C. RGB value is (151,113,60). Sum of RGB (Red+Green+Blue) = 151+113+60=324 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.60% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 151 - color contains mainly: red. Hex color #97713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97713C is #688EC3. Grayscale: #767676. Windows color (decimal): -6852292 or 3961239. OLE color: 3961239.
HSL color Cylindrical-coordinate representation of color #97713C: hue angle of 34.95º 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 #97713C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 60 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.41 |
| HSL | 34.95º | 0.43% | 0.41% | - |
| HSV(B) | 34.95º | 0.6% | 0.59% | - |
| XYZ | 19.48 | 18.72 | 6.86 | - |
| YUV | 118.32 | 95.09 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 60 | 0 | 0.25 | 0.60 | 0.41 | 34.95 | 0.43 | 0.41 |
| Hex | 97 | 71 | 3C | 0 | 19 | 3C | 29 | 23 | 2B | 29 |
| Octal | 227 | 161 | 74 | 0 | 31 | 74 | 51 | 43 | 53 | 51 |
| Binary | 10010111 | 1110001 | 111100 | 0 | 11001 | 111100 | 101001 | 100011 | 101011 | 101001 |
Color Harmonies of #97713C
Complementary color
Monochromatic Colors of #97713C
Black with #97713C
Text Example
Text Example
White with #97713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97713C; }
p { color: rgb(151,113,60); }
H1.HeaderClassName
{
color: #97713C;
}
.AnyTagClassName
{
color: #97713C;
}
</style>
background-color css
<style>
a { background-color: #97713C; }
a { background-color: rgb(151,113,60); }
div.DivClassName
{
background-color: #97713C;
}
.BgClassName
{
background-color: #97713C;
}
</style>
border-color css
<style>
span { border-color: #97713C; }
span { border-color: rgb(151,113,60); }
td.TdClassName
{
border-color: #97713C;
}
.TagClassName
{
border-color: #97713C;
}
</style>