Shades of Raw Umber #61500B
Tints of Raw Umber #61500B
RGB
CMYK
RGB Variations
Color information
#61500B (or 0x61500B) is known color: Raw Umber. HEX triplet: 61, 50 and 0B. RGB value is (97,80,11). Sum of RGB (Red+Green+Blue) = 97+80+11=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61500B is #9EAFF4. Grayscale: #4D4D4D. Windows color (decimal): -10399733 or 741473. OLE color: 741473.
HSL color Cylindrical-coordinate representation of color #61500B: hue angle of 48.14º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61500B is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 80 | 11 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.62 |
| HSL | 48.14º | 0.8% | 0.21% | - |
| HSV(B) | 48.14º | 0.89% | 0.38% | - |
| XYZ | 7.86 | 8.3 | 1.51 | - |
| YUV | 77.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 11 | 0 | 0.18 | 0.89 | 0.62 | 48.14 | 0.8 | 0.21 |
| Hex | 61 | 50 | B | 0 | 12 | 59 | 3E | 30 | 50 | 15 |
| Octal | 141 | 120 | 13 | 0 | 22 | 131 | 76 | 60 | 120 | 25 |
| Binary | 1100001 | 1010000 | 1011 | 0 | 10010 | 1011001 | 111110 | 110000 | 1010000 | 10101 |
Color Harmonies of #61500B
Complementary color
Monochromatic Colors of #61500B
Black with #61500B
Text Example
Text Example
White with #61500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61500B; }
p { color: rgb(97,80,11); }
H1.HeaderClassName
{
color: #61500B;
}
.AnyTagClassName
{
color: #61500B;
}
</style>
background-color css
<style>
a { background-color: #61500B; }
a { background-color: rgb(97,80,11); }
div.DivClassName
{
background-color: #61500B;
}
.BgClassName
{
background-color: #61500B;
}
</style>
border-color css
<style>
span { border-color: #61500B; }
span { border-color: rgb(97,80,11); }
td.TdClassName
{
border-color: #61500B;
}
.TagClassName
{
border-color: #61500B;
}
</style>