Shades of Raw Umber #61410C
Tints of Raw Umber #61410C
RGB
CMYK
RGB Variations
Color information
#61410C (or 0x61410C) is known color: Raw Umber. HEX triplet: 61, 41 and 0C. RGB value is (97,65,12). Sum of RGB (Red+Green+Blue) = 97+65+12=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410C is #9EBEF3. Grayscale: #444444. Windows color (decimal): -10403572 or 803169. OLE color: 803169.
HSL color Cylindrical-coordinate representation of color #61410C: hue angle of 37.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61410C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 12 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.62 |
| HSL | 37.41º | 0.78% | 0.21% | - |
| HSV(B) | 37.41º | 0.88% | 0.38% | - |
| XYZ | 6.89 | 6.35 | 1.21 | - |
| YUV | 68.53 | 96.1 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 12 | 0 | 0.33 | 0.88 | 0.62 | 37.41 | 0.78 | 0.21 |
| Hex | 61 | 41 | C | 0 | 21 | 58 | 3E | 25 | 4E | 15 |
| Octal | 141 | 101 | 14 | 0 | 41 | 130 | 76 | 45 | 116 | 25 |
| Binary | 1100001 | 1000001 | 1100 | 0 | 100001 | 1011000 | 111110 | 100101 | 1001110 | 10101 |
Color Harmonies of #61410C
Complementary color
Monochromatic Colors of #61410C
Black with #61410C
Text Example
Text Example
White with #61410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61410C; }
p { color: rgb(97,65,12); }
H1.HeaderClassName
{
color: #61410C;
}
.AnyTagClassName
{
color: #61410C;
}
</style>
background-color css
<style>
a { background-color: #61410C; }
a { background-color: rgb(97,65,12); }
div.DivClassName
{
background-color: #61410C;
}
.BgClassName
{
background-color: #61410C;
}
</style>
border-color css
<style>
span { border-color: #61410C; }
span { border-color: rgb(97,65,12); }
td.TdClassName
{
border-color: #61410C;
}
.TagClassName
{
border-color: #61410C;
}
</style>