Shades of Raw Umber #61400E
Tints of Raw Umber #61400E
RGB
CMYK
RGB Variations
Color information
#61400E (or 0x61400E) is known color: Raw Umber. HEX triplet: 61, 40 and 0E. RGB value is (97,64,14). Sum of RGB (Red+Green+Blue) = 97+64+14=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 14 (5.86% from 255 or 8% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400E is #9EBFF1. Grayscale: #444444. Windows color (decimal): -10403826 or 933985. OLE color: 933985.
HSL color Cylindrical-coordinate representation of color #61400E: hue angle of 36.14º 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 #61400E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 14 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.62 |
| HSL | 36.14º | 0.75% | 0.22% | - |
| HSV(B) | 36.14º | 0.86% | 0.38% | - |
| XYZ | 6.84 | 6.24 | 1.26 | - |
| YUV | 68.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 14 | 0 | 0.34 | 0.86 | 0.62 | 36.14 | 0.75 | 0.22 |
| Hex | 61 | 40 | E | 0 | 22 | 56 | 3E | 24 | 4B | 16 |
| Octal | 141 | 100 | 16 | 0 | 42 | 126 | 76 | 44 | 113 | 26 |
| Binary | 1100001 | 1000000 | 1110 | 0 | 100010 | 1010110 | 111110 | 100100 | 1001011 | 10110 |
Color Harmonies of #61400E
Complementary color
Monochromatic Colors of #61400E
Black with #61400E
Text Example
Text Example
White with #61400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61400E; }
p { color: rgb(97,64,14); }
H1.HeaderClassName
{
color: #61400E;
}
.AnyTagClassName
{
color: #61400E;
}
</style>
background-color css
<style>
a { background-color: #61400E; }
a { background-color: rgb(97,64,14); }
div.DivClassName
{
background-color: #61400E;
}
.BgClassName
{
background-color: #61400E;
}
</style>
border-color css
<style>
span { border-color: #61400E; }
span { border-color: rgb(97,64,14); }
td.TdClassName
{
border-color: #61400E;
}
.TagClassName
{
border-color: #61400E;
}
</style>