Shades of Raw Umber #614A0A
Tints of Raw Umber #614A0A
RGB
CMYK
RGB Variations
Color information
#614A0A (or 0x614A0A) is known color: Raw Umber. HEX triplet: 61, 4A and 0A. RGB value is (97,74,10). Sum of RGB (Red+Green+Blue) = 97+74+10=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #614A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A0A is #9EB5F5. Grayscale: #494949. Windows color (decimal): -10401270 or 674401. OLE color: 674401.
HSL color Cylindrical-coordinate representation of color #614A0A: hue angle of 44.14º 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 #614A0A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 10 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.62 |
| HSL | 44.14º | 0.81% | 0.21% | - |
| HSV(B) | 44.14º | 0.9% | 0.38% | - |
| XYZ | 7.43 | 7.46 | 1.34 | - |
| YUV | 73.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 10 | 0 | 0.24 | 0.90 | 0.62 | 44.14 | 0.81 | 0.21 |
| Hex | 61 | 4A | A | 0 | 18 | 5A | 3E | 2C | 51 | 15 |
| Octal | 141 | 112 | 12 | 0 | 30 | 132 | 76 | 54 | 121 | 25 |
| Binary | 1100001 | 1001010 | 1010 | 0 | 11000 | 1011010 | 111110 | 101100 | 1010001 | 10101 |
Color Harmonies of #614A0A
Complementary color
Monochromatic Colors of #614A0A
Black with #614A0A
Text Example
Text Example
White with #614A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A0A; }
p { color: rgb(97,74,10); }
H1.HeaderClassName
{
color: #614A0A;
}
.AnyTagClassName
{
color: #614A0A;
}
</style>
background-color css
<style>
a { background-color: #614A0A; }
a { background-color: rgb(97,74,10); }
div.DivClassName
{
background-color: #614A0A;
}
.BgClassName
{
background-color: #614A0A;
}
</style>
border-color css
<style>
span { border-color: #614A0A; }
span { border-color: rgb(97,74,10); }
td.TdClassName
{
border-color: #614A0A;
}
.TagClassName
{
border-color: #614A0A;
}
</style>