Shades of Buttered Rum #99713D
Tints of Buttered Rum #99713D
RGB
CMYK
RGB Variations
Color information
#99713D (or 0x99713D) is known color: Buttered Rum. HEX triplet: 99, 71 and 3D. RGB value is (153,113,61). Sum of RGB (Red+Green+Blue) = 153+113+61=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99713D is #668EC2. Grayscale: #777777. Windows color (decimal): -6721219 or 4026777. OLE color: 4026777.
HSL color Cylindrical-coordinate representation of color #99713D: hue angle of 33.91º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99713D is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 61 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.4 |
| HSL | 33.91º | 0.43% | 0.42% | - |
| HSV(B) | 33.91º | 0.6% | 0.6% | - |
| XYZ | 19.88 | 18.92 | 7.02 | - |
| YUV | 119.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 61 | 0 | 0.26 | 0.60 | 0.4 | 33.91 | 0.43 | 0.42 |
| Hex | 99 | 71 | 3D | 0 | 1A | 3C | 28 | 22 | 2B | 2A |
| Octal | 231 | 161 | 75 | 0 | 32 | 74 | 50 | 42 | 53 | 52 |
| Binary | 10011001 | 1110001 | 111101 | 0 | 11010 | 111100 | 101000 | 100010 | 101011 | 101010 |
Color Harmonies of #99713D
Complementary color
Monochromatic Colors of #99713D
Black with #99713D
Text Example
Text Example
White with #99713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99713D; }
p { color: rgb(153,113,61); }
H1.HeaderClassName
{
color: #99713D;
}
.AnyTagClassName
{
color: #99713D;
}
</style>
background-color css
<style>
a { background-color: #99713D; }
a { background-color: rgb(153,113,61); }
div.DivClassName
{
background-color: #99713D;
}
.BgClassName
{
background-color: #99713D;
}
</style>
border-color css
<style>
span { border-color: #99713D; }
span { border-color: rgb(153,113,61); }
td.TdClassName
{
border-color: #99713D;
}
.TagClassName
{
border-color: #99713D;
}
</style>