Shades of Raw Umber #614F0A
Tints of Raw Umber #614F0A
RGB
CMYK
RGB Variations
Color information
#614F0A (or 0x614F0A) is known color: Raw Umber. HEX triplet: 61, 4F and 0A. RGB value is (97,79,10). Sum of RGB (Red+Green+Blue) = 97+79+10=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F0A is #9EB0F5. Grayscale: #4C4C4C. Windows color (decimal): -10399990 or 675681. OLE color: 675681.
HSL color Cylindrical-coordinate representation of color #614F0A: hue angle of 47.59º 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 #614F0A is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 10 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.62 |
| HSL | 47.59º | 0.81% | 0.21% | - |
| HSV(B) | 47.59º | 0.9% | 0.38% | - |
| XYZ | 7.78 | 8.16 | 1.45 | - |
| YUV | 76.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 10 | 0 | 0.19 | 0.90 | 0.62 | 47.59 | 0.81 | 0.21 |
| Hex | 61 | 4F | A | 0 | 13 | 5A | 3E | 30 | 51 | 15 |
| Octal | 141 | 117 | 12 | 0 | 23 | 132 | 76 | 60 | 121 | 25 |
| Binary | 1100001 | 1001111 | 1010 | 0 | 10011 | 1011010 | 111110 | 110000 | 1010001 | 10101 |
Color Harmonies of #614F0A
Complementary color
Monochromatic Colors of #614F0A
Black with #614F0A
Text Example
Text Example
White with #614F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F0A; }
p { color: rgb(97,79,10); }
H1.HeaderClassName
{
color: #614F0A;
}
.AnyTagClassName
{
color: #614F0A;
}
</style>
background-color css
<style>
a { background-color: #614F0A; }
a { background-color: rgb(97,79,10); }
div.DivClassName
{
background-color: #614F0A;
}
.BgClassName
{
background-color: #614F0A;
}
</style>
border-color css
<style>
span { border-color: #614F0A; }
span { border-color: rgb(97,79,10); }
td.TdClassName
{
border-color: #614F0A;
}
.TagClassName
{
border-color: #614F0A;
}
</style>