Shades of Raw Umber #61460C
Tints of Raw Umber #61460C
RGB
CMYK
RGB Variations
Color information
#61460C (or 0x61460C) is known color: Raw Umber. HEX triplet: 61, 46 and 0C. RGB value is (97,70,12). Sum of RGB (Red+Green+Blue) = 97+70+12=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61460C is #9EB9F3. Grayscale: #474747. Windows color (decimal): -10402292 or 804449. OLE color: 804449.
HSL color Cylindrical-coordinate representation of color #61460C: hue angle of 40.94º 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 #61460C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 70 | 12 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.62 |
| HSL | 40.94º | 0.78% | 0.21% | - |
| HSV(B) | 40.94º | 0.88% | 0.38% | - |
| XYZ | 7.19 | 6.95 | 1.31 | - |
| YUV | 71.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 12 | 0 | 0.28 | 0.88 | 0.62 | 40.94 | 0.78 | 0.21 |
| Hex | 61 | 46 | C | 0 | 1C | 58 | 3E | 29 | 4E | 15 |
| Octal | 141 | 106 | 14 | 0 | 34 | 130 | 76 | 51 | 116 | 25 |
| Binary | 1100001 | 1000110 | 1100 | 0 | 11100 | 1011000 | 111110 | 101001 | 1001110 | 10101 |
Color Harmonies of #61460C
Complementary color
Monochromatic Colors of #61460C
Black with #61460C
Text Example
Text Example
White with #61460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61460C; }
p { color: rgb(97,70,12); }
H1.HeaderClassName
{
color: #61460C;
}
.AnyTagClassName
{
color: #61460C;
}
</style>
background-color css
<style>
a { background-color: #61460C; }
a { background-color: rgb(97,70,12); }
div.DivClassName
{
background-color: #61460C;
}
.BgClassName
{
background-color: #61460C;
}
</style>
border-color css
<style>
span { border-color: #61460C; }
span { border-color: rgb(97,70,12); }
td.TdClassName
{
border-color: #61460C;
}
.TagClassName
{
border-color: #61460C;
}
</style>