Shades of Raw Umber #61410A
Tints of Raw Umber #61410A
RGB
CMYK
RGB Variations
Color information
#61410A (or 0x61410A) is known color: Raw Umber. HEX triplet: 61, 41 and 0A. RGB value is (97,65,10). Sum of RGB (Red+Green+Blue) = 97+65+10=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410A is #9EBEF5. Grayscale: #444444. Windows color (decimal): -10403574 or 672097. OLE color: 672097.
HSL color Cylindrical-coordinate representation of color #61410A: hue angle of 37.93º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61410A is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 10 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.62 |
| HSL | 37.93º | 0.81% | 0.21% | - |
| HSV(B) | 37.93º | 0.9% | 0.38% | - |
| XYZ | 6.87 | 6.34 | 1.15 | - |
| YUV | 68.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 10 | 0 | 0.33 | 0.90 | 0.62 | 37.93 | 0.81 | 0.21 |
| Hex | 61 | 41 | A | 0 | 21 | 5A | 3E | 26 | 51 | 15 |
| Octal | 141 | 101 | 12 | 0 | 41 | 132 | 76 | 46 | 121 | 25 |
| Binary | 1100001 | 1000001 | 1010 | 0 | 100001 | 1011010 | 111110 | 100110 | 1010001 | 10101 |
Color Harmonies of #61410A
Complementary color
Monochromatic Colors of #61410A
Black with #61410A
Text Example
Text Example
White with #61410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61410A; }
p { color: rgb(97,65,10); }
H1.HeaderClassName
{
color: #61410A;
}
.AnyTagClassName
{
color: #61410A;
}
</style>
background-color css
<style>
a { background-color: #61410A; }
a { background-color: rgb(97,65,10); }
div.DivClassName
{
background-color: #61410A;
}
.BgClassName
{
background-color: #61410A;
}
</style>
border-color css
<style>
span { border-color: #61410A; }
span { border-color: rgb(97,65,10); }
td.TdClassName
{
border-color: #61410A;
}
.TagClassName
{
border-color: #61410A;
}
</style>