Shades of Raw Umber #61420B
Tints of Raw Umber #61420B
RGB
CMYK
RGB Variations
Color information
#61420B (or 0x61420B) is known color: Raw Umber. HEX triplet: 61, 42 and 0B. RGB value is (97,66,11). Sum of RGB (Red+Green+Blue) = 97+66+11=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61420B is #9EBDF4. Grayscale: #454545. Windows color (decimal): -10403317 or 737889. OLE color: 737889.
HSL color Cylindrical-coordinate representation of color #61420B: hue angle of 38.37º 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 #61420B is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 11 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.62 |
| HSL | 38.37º | 0.8% | 0.21% | - |
| HSV(B) | 38.37º | 0.89% | 0.38% | - |
| XYZ | 6.94 | 6.46 | 1.2 | - |
| YUV | 69 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 11 | 0 | 0.32 | 0.89 | 0.62 | 38.37 | 0.8 | 0.21 |
| Hex | 61 | 42 | B | 0 | 20 | 59 | 3E | 26 | 50 | 15 |
| Octal | 141 | 102 | 13 | 0 | 40 | 131 | 76 | 46 | 120 | 25 |
| Binary | 1100001 | 1000010 | 1011 | 0 | 100000 | 1011001 | 111110 | 100110 | 1010000 | 10101 |
Color Harmonies of #61420B
Complementary color
Monochromatic Colors of #61420B
Black with #61420B
Text Example
Text Example
White with #61420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61420B; }
p { color: rgb(97,66,11); }
H1.HeaderClassName
{
color: #61420B;
}
.AnyTagClassName
{
color: #61420B;
}
</style>
background-color css
<style>
a { background-color: #61420B; }
a { background-color: rgb(97,66,11); }
div.DivClassName
{
background-color: #61420B;
}
.BgClassName
{
background-color: #61420B;
}
</style>
border-color css
<style>
span { border-color: #61420B; }
span { border-color: rgb(97,66,11); }
td.TdClassName
{
border-color: #61420B;
}
.TagClassName
{
border-color: #61420B;
}
</style>