Shades of Raw Umber #61400D
Tints of Raw Umber #61400D
RGB
CMYK
RGB Variations
Color information
#61400D (or 0x61400D) is known color: Raw Umber. HEX triplet: 61, 40 and 0D. RGB value is (97,64,13). Sum of RGB (Red+Green+Blue) = 97+64+13=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61400D is #9EBFF2. Grayscale: #444444. Windows color (decimal): -10403827 or 868449. OLE color: 868449.
HSL color Cylindrical-coordinate representation of color #61400D: hue angle of 36.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61400D is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 64 | 13 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.62 |
| HSL | 36.43º | 0.76% | 0.22% | - |
| HSV(B) | 36.43º | 0.87% | 0.38% | - |
| XYZ | 6.84 | 6.24 | 1.22 | - |
| YUV | 68.05 | 96.93 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 64 | 13 | 0 | 0.34 | 0.87 | 0.62 | 36.43 | 0.76 | 0.22 |
| Hex | 61 | 40 | D | 0 | 22 | 57 | 3E | 24 | 4C | 16 |
| Octal | 141 | 100 | 15 | 0 | 42 | 127 | 76 | 44 | 114 | 26 |
| Binary | 1100001 | 1000000 | 1101 | 0 | 100010 | 1010111 | 111110 | 100100 | 1001100 | 10110 |
Color Harmonies of #61400D
Complementary color
Monochromatic Colors of #61400D
Black with #61400D
Text Example
Text Example
White with #61400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61400D; }
p { color: rgb(97,64,13); }
H1.HeaderClassName
{
color: #61400D;
}
.AnyTagClassName
{
color: #61400D;
}
</style>
background-color css
<style>
a { background-color: #61400D; }
a { background-color: rgb(97,64,13); }
div.DivClassName
{
background-color: #61400D;
}
.BgClassName
{
background-color: #61400D;
}
</style>
border-color css
<style>
span { border-color: #61400D; }
span { border-color: rgb(97,64,13); }
td.TdClassName
{
border-color: #61400D;
}
.TagClassName
{
border-color: #61400D;
}
</style>