Shades of Buttered Rum #96692C
Tints of Buttered Rum #96692C
RGB
CMYK
RGB Variations
Color information
#96692C (or 0x96692C) is known color: Buttered Rum. HEX triplet: 96, 69 and 2C. RGB value is (150,105,44). Sum of RGB (Red+Green+Blue) = 150+105+44=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96692C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96692C is #6996D3. Grayscale: #6F6F6F. Windows color (decimal): -6919892 or 2910614. OLE color: 2910614.
HSL color Cylindrical-coordinate representation of color #96692C: hue angle of 34.53º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96692C is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 44 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.41 |
| HSL | 34.53º | 0.55% | 0.38% | - |
| HSV(B) | 34.53º | 0.71% | 0.59% | - |
| XYZ | 18.08 | 16.77 | 4.67 | - |
| YUV | 111.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 44 | 0 | 0.30 | 0.71 | 0.41 | 34.53 | 0.55 | 0.38 |
| Hex | 96 | 69 | 2C | 0 | 1E | 47 | 29 | 23 | 37 | 26 |
| Octal | 226 | 151 | 54 | 0 | 36 | 107 | 51 | 43 | 67 | 46 |
| Binary | 10010110 | 1101001 | 101100 | 0 | 11110 | 1000111 | 101001 | 100011 | 110111 | 100110 |
Color Harmonies of #96692C
Complementary color
Monochromatic Colors of #96692C
Black with #96692C
Text Example
Text Example
White with #96692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96692C; }
p { color: rgb(150,105,44); }
H1.HeaderClassName
{
color: #96692C;
}
.AnyTagClassName
{
color: #96692C;
}
</style>
background-color css
<style>
a { background-color: #96692C; }
a { background-color: rgb(150,105,44); }
div.DivClassName
{
background-color: #96692C;
}
.BgClassName
{
background-color: #96692C;
}
</style>
border-color css
<style>
span { border-color: #96692C; }
span { border-color: rgb(150,105,44); }
td.TdClassName
{
border-color: #96692C;
}
.TagClassName
{
border-color: #96692C;
}
</style>