Shades of Buttered Rum #9C672B
Tints of Buttered Rum #9C672B
RGB
CMYK
RGB Variations
Color information
#9C672B (or 0x9C672B) is known color: Buttered Rum. HEX triplet: 9C, 67 and 2B. RGB value is (156,103,43). Sum of RGB (Red+Green+Blue) = 156+103+43=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C672B is #6398D4. Grayscale: #707070. Windows color (decimal): -6527189 or 2844572. OLE color: 2844572.
HSL color Cylindrical-coordinate representation of color #9C672B: hue angle of 31.86º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C672B is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 43 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.39 |
| HSL | 31.86º | 0.57% | 0.39% | - |
| HSV(B) | 31.86º | 0.72% | 0.61% | - |
| XYZ | 19 | 16.94 | 4.55 | - |
| YUV | 112.01 | 89.06 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 43 | 0 | 0.34 | 0.72 | 0.39 | 31.86 | 0.57 | 0.39 |
| Hex | 9C | 67 | 2B | 0 | 22 | 48 | 27 | 20 | 39 | 27 |
| Octal | 234 | 147 | 53 | 0 | 42 | 110 | 47 | 40 | 71 | 47 |
| Binary | 10011100 | 1100111 | 101011 | 0 | 100010 | 1001000 | 100111 | 100000 | 111001 | 100111 |
Color Harmonies of #9C672B
Complementary color
Monochromatic Colors of #9C672B
Black with #9C672B
Text Example
Text Example
White with #9C672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C672B; }
p { color: rgb(156,103,43); }
H1.HeaderClassName
{
color: #9C672B;
}
.AnyTagClassName
{
color: #9C672B;
}
</style>
background-color css
<style>
a { background-color: #9C672B; }
a { background-color: rgb(156,103,43); }
div.DivClassName
{
background-color: #9C672B;
}
.BgClassName
{
background-color: #9C672B;
}
</style>
border-color css
<style>
span { border-color: #9C672B; }
span { border-color: rgb(156,103,43); }
td.TdClassName
{
border-color: #9C672B;
}
.TagClassName
{
border-color: #9C672B;
}
</style>