Shades of Buttered Rum #966A25
Tints of Buttered Rum #966A25
RGB
CMYK
RGB Variations
Color information
#966A25 (or 0x966A25) is known color: Buttered Rum. HEX triplet: 96, 6A and 25. RGB value is (150,106,37). Sum of RGB (Red+Green+Blue) = 150+106+37=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #966A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A25 is #6995DA. Grayscale: #6F6F6F. Windows color (decimal): -6919643 or 2452118. OLE color: 2452118.
HSL color Cylindrical-coordinate representation of color #966A25: hue angle of 36.64º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #966A25 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 37 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.41 |
| HSL | 36.64º | 0.6% | 0.37% | - |
| HSV(B) | 36.64º | 0.75% | 0.59% | - |
| XYZ | 18.07 | 16.93 | 4.07 | - |
| YUV | 111.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 37 | 0 | 0.29 | 0.75 | 0.41 | 36.64 | 0.6 | 0.37 |
| Hex | 96 | 6A | 25 | 0 | 1D | 4B | 29 | 25 | 3C | 25 |
| Octal | 226 | 152 | 45 | 0 | 35 | 113 | 51 | 45 | 74 | 45 |
| Binary | 10010110 | 1101010 | 100101 | 0 | 11101 | 1001011 | 101001 | 100101 | 111100 | 100101 |
Color Harmonies of #966A25
Complementary color
Monochromatic Colors of #966A25
Black with #966A25
Text Example
Text Example
White with #966A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A25; }
p { color: rgb(150,106,37); }
H1.HeaderClassName
{
color: #966A25;
}
.AnyTagClassName
{
color: #966A25;
}
</style>
background-color css
<style>
a { background-color: #966A25; }
a { background-color: rgb(150,106,37); }
div.DivClassName
{
background-color: #966A25;
}
.BgClassName
{
background-color: #966A25;
}
</style>
border-color css
<style>
span { border-color: #966A25; }
span { border-color: rgb(150,106,37); }
td.TdClassName
{
border-color: #966A25;
}
.TagClassName
{
border-color: #966A25;
}
</style>