Shades of Raw Umber #614A04
Tints of Raw Umber #614A04
RGB
CMYK
RGB Variations
Color information
#614A04 (or 0x614A04) is known color: Raw Umber. HEX triplet: 61, 4A and 04. RGB value is (97,74,4). Sum of RGB (Red+Green+Blue) = 97+74+4=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A04 is #9EB5FB. Grayscale: #494949. Windows color (decimal): -10401276 or 281185. OLE color: 281185.
HSL color Cylindrical-coordinate representation of color #614A04: hue angle of 45.16º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #614A04 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 4 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.62 |
| HSL | 45.16º | 0.92% | 0.2% | - |
| HSV(B) | 45.16º | 0.96% | 0.38% | - |
| XYZ | 7.4 | 7.45 | 1.16 | - |
| YUV | 72.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 4 | 0 | 0.24 | 0.96 | 0.62 | 45.16 | 0.92 | 0.2 |
| Hex | 61 | 4A | 4 | 0 | 18 | 60 | 3E | 2D | 5C | 14 |
| Octal | 141 | 112 | 4 | 0 | 30 | 140 | 76 | 55 | 134 | 24 |
| Binary | 1100001 | 1001010 | 100 | 0 | 11000 | 1100000 | 111110 | 101101 | 1011100 | 10100 |
Color Harmonies of #614A04
Complementary color
Monochromatic Colors of #614A04
Black with #614A04
Text Example
Text Example
White with #614A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A04; }
p { color: rgb(97,74,4); }
H1.HeaderClassName
{
color: #614A04;
}
.AnyTagClassName
{
color: #614A04;
}
</style>
background-color css
<style>
a { background-color: #614A04; }
a { background-color: rgb(97,74,4); }
div.DivClassName
{
background-color: #614A04;
}
.BgClassName
{
background-color: #614A04;
}
</style>
border-color css
<style>
span { border-color: #614A04; }
span { border-color: rgb(97,74,4); }
td.TdClassName
{
border-color: #614A04;
}
.TagClassName
{
border-color: #614A04;
}
</style>