Shades of Buttered Rum #99713C
Tints of Buttered Rum #99713C
RGB
CMYK
RGB Variations
Color information
#99713C (or 0x99713C) is known color: Buttered Rum. HEX triplet: 99, 71 and 3C. RGB value is (153,113,60). Sum of RGB (Red+Green+Blue) = 153+113+60=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99713C is #668EC3. Grayscale: #777777. Windows color (decimal): -6721220 or 3961241. OLE color: 3961241.
HSL color Cylindrical-coordinate representation of color #99713C: hue angle of 34.19º 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 #99713C is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 60 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.4 |
| HSL | 34.19º | 0.44% | 0.42% | - |
| HSV(B) | 34.19º | 0.61% | 0.6% | - |
| XYZ | 19.86 | 18.91 | 6.88 | - |
| YUV | 118.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 60 | 0 | 0.26 | 0.61 | 0.4 | 34.19 | 0.44 | 0.42 |
| Hex | 99 | 71 | 3C | 0 | 1A | 3D | 28 | 22 | 2C | 2A |
| Octal | 231 | 161 | 74 | 0 | 32 | 75 | 50 | 42 | 54 | 52 |
| Binary | 10011001 | 1110001 | 111100 | 0 | 11010 | 111101 | 101000 | 100010 | 101100 | 101010 |
Color Harmonies of #99713C
Complementary color
Monochromatic Colors of #99713C
Black with #99713C
Text Example
Text Example
White with #99713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99713C; }
p { color: rgb(153,113,60); }
H1.HeaderClassName
{
color: #99713C;
}
.AnyTagClassName
{
color: #99713C;
}
</style>
background-color css
<style>
a { background-color: #99713C; }
a { background-color: rgb(153,113,60); }
div.DivClassName
{
background-color: #99713C;
}
.BgClassName
{
background-color: #99713C;
}
</style>
border-color css
<style>
span { border-color: #99713C; }
span { border-color: rgb(153,113,60); }
td.TdClassName
{
border-color: #99713C;
}
.TagClassName
{
border-color: #99713C;
}
</style>