Shades of Raw Umber #61410F
Tints of Raw Umber #61410F
RGB
CMYK
RGB Variations
Color information
#61410F (or 0x61410F) is known color: Raw Umber. HEX triplet: 61, 41 and 0F. RGB value is (97,65,15). Sum of RGB (Red+Green+Blue) = 97+65+15=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410F is #9EBEF0. Grayscale: #454545. Windows color (decimal): -10403569 or 999777. OLE color: 999777.
HSL color Cylindrical-coordinate representation of color #61410F: hue angle of 36.59º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61410F is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 15 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.62 |
| HSL | 36.59º | 0.73% | 0.22% | - |
| HSV(B) | 36.59º | 0.85% | 0.38% | - |
| XYZ | 6.91 | 6.36 | 1.31 | - |
| YUV | 68.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 15 | 0 | 0.33 | 0.85 | 0.62 | 36.59 | 0.73 | 0.22 |
| Hex | 61 | 41 | F | 0 | 21 | 55 | 3E | 25 | 49 | 16 |
| Octal | 141 | 101 | 17 | 0 | 41 | 125 | 76 | 45 | 111 | 26 |
| Binary | 1100001 | 1000001 | 1111 | 0 | 100001 | 1010101 | 111110 | 100101 | 1001001 | 10110 |
Color Harmonies of #61410F
Complementary color
Monochromatic Colors of #61410F
Black with #61410F
Text Example
Text Example
White with #61410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61410F; }
p { color: rgb(97,65,15); }
H1.HeaderClassName
{
color: #61410F;
}
.AnyTagClassName
{
color: #61410F;
}
</style>
background-color css
<style>
a { background-color: #61410F; }
a { background-color: rgb(97,65,15); }
div.DivClassName
{
background-color: #61410F;
}
.BgClassName
{
background-color: #61410F;
}
</style>
border-color css
<style>
span { border-color: #61410F; }
span { border-color: rgb(97,65,15); }
td.TdClassName
{
border-color: #61410F;
}
.TagClassName
{
border-color: #61410F;
}
</style>