Shades of Buttered Rum #997C34
Tints of Buttered Rum #997C34
RGB
CMYK
RGB Variations
Color information
#997C34 (or 0x997C34) is known color: Buttered Rum. HEX triplet: 99, 7C and 34. RGB value is (153,124,52). Sum of RGB (Red+Green+Blue) = 153+124+52=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #997C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997C34 is #6683CB. Grayscale: #7C7C7C. Windows color (decimal): -6718412 or 3439769. OLE color: 3439769.
HSL color Cylindrical-coordinate representation of color #997C34: hue angle of 42.77º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #997C34 is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 124 | 52 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.4 |
| HSL | 42.77º | 0.49% | 0.4% | - |
| HSV(B) | 42.77º | 0.66% | 0.6% | - |
| XYZ | 20.96 | 21.44 | 6.28 | - |
| YUV | 124.46 | 87.11 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 124 | 52 | 0 | 0.19 | 0.66 | 0.4 | 42.77 | 0.49 | 0.4 |
| Hex | 99 | 7C | 34 | 0 | 13 | 42 | 28 | 2B | 31 | 28 |
| Octal | 231 | 174 | 64 | 0 | 23 | 102 | 50 | 53 | 61 | 50 |
| Binary | 10011001 | 1111100 | 110100 | 0 | 10011 | 1000010 | 101000 | 101011 | 110001 | 101000 |
Color Harmonies of #997C34
Complementary color
Monochromatic Colors of #997C34
Black with #997C34
Text Example
Text Example
White with #997C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997C34; }
p { color: rgb(153,124,52); }
H1.HeaderClassName
{
color: #997C34;
}
.AnyTagClassName
{
color: #997C34;
}
</style>
background-color css
<style>
a { background-color: #997C34; }
a { background-color: rgb(153,124,52); }
div.DivClassName
{
background-color: #997C34;
}
.BgClassName
{
background-color: #997C34;
}
</style>
border-color css
<style>
span { border-color: #997C34; }
span { border-color: rgb(153,124,52); }
td.TdClassName
{
border-color: #997C34;
}
.TagClassName
{
border-color: #997C34;
}
</style>