Shades of Raw Umber #61470E
Tints of Raw Umber #61470E
RGB
CMYK
RGB Variations
Color information
#61470E (or 0x61470E) is known color: Raw Umber. HEX triplet: 61, 47 and 0E. RGB value is (97,71,14). Sum of RGB (Red+Green+Blue) = 97+71+14=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61470E is #9EB8F1. Grayscale: #484848. Windows color (decimal): -10402034 or 935777. OLE color: 935777.
HSL color Cylindrical-coordinate representation of color #61470E: hue angle of 41.2º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61470E is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 71 | 14 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.62 |
| HSL | 41.2º | 0.75% | 0.22% | - |
| HSV(B) | 41.2º | 0.86% | 0.38% | - |
| XYZ | 7.26 | 7.08 | 1.4 | - |
| YUV | 72.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 14 | 0 | 0.27 | 0.86 | 0.62 | 41.2 | 0.75 | 0.22 |
| Hex | 61 | 47 | E | 0 | 1B | 56 | 3E | 29 | 4B | 16 |
| Octal | 141 | 107 | 16 | 0 | 33 | 126 | 76 | 51 | 113 | 26 |
| Binary | 1100001 | 1000111 | 1110 | 0 | 11011 | 1010110 | 111110 | 101001 | 1001011 | 10110 |
Color Harmonies of #61470E
Complementary color
Monochromatic Colors of #61470E
Black with #61470E
Text Example
Text Example
White with #61470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61470E; }
p { color: rgb(97,71,14); }
H1.HeaderClassName
{
color: #61470E;
}
.AnyTagClassName
{
color: #61470E;
}
</style>
background-color css
<style>
a { background-color: #61470E; }
a { background-color: rgb(97,71,14); }
div.DivClassName
{
background-color: #61470E;
}
.BgClassName
{
background-color: #61470E;
}
</style>
border-color css
<style>
span { border-color: #61470E; }
span { border-color: rgb(97,71,14); }
td.TdClassName
{
border-color: #61470E;
}
.TagClassName
{
border-color: #61470E;
}
</style>