Shades of Raw Umber #614A05
Tints of Raw Umber #614A05
RGB
CMYK
RGB Variations
Color information
#614A05 (or 0x614A05) is known color: Raw Umber. HEX triplet: 61, 4A and 05. RGB value is (97,74,5). Sum of RGB (Red+Green+Blue) = 97+74+5=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #614A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A05 is #9EB5FA. Grayscale: #494949. Windows color (decimal): -10401275 or 346721. OLE color: 346721.
HSL color Cylindrical-coordinate representation of color #614A05: hue angle of 45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #614A05 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 5 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.62 |
| HSL | 45º | 0.9% | 0.2% | - |
| HSV(B) | 45º | 0.95% | 0.38% | - |
| XYZ | 7.41 | 7.45 | 1.19 | - |
| YUV | 73.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 5 | 0 | 0.24 | 0.95 | 0.62 | 45 | 0.9 | 0.2 |
| Hex | 61 | 4A | 5 | 0 | 18 | 5F | 3E | 2D | 5A | 14 |
| Octal | 141 | 112 | 5 | 0 | 30 | 137 | 76 | 55 | 132 | 24 |
| Binary | 1100001 | 1001010 | 101 | 0 | 11000 | 1011111 | 111110 | 101101 | 1011010 | 10100 |
Color Harmonies of #614A05
Complementary color
Monochromatic Colors of #614A05
Black with #614A05
Text Example
Text Example
White with #614A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A05; }
p { color: rgb(97,74,5); }
H1.HeaderClassName
{
color: #614A05;
}
.AnyTagClassName
{
color: #614A05;
}
</style>
background-color css
<style>
a { background-color: #614A05; }
a { background-color: rgb(97,74,5); }
div.DivClassName
{
background-color: #614A05;
}
.BgClassName
{
background-color: #614A05;
}
</style>
border-color css
<style>
span { border-color: #614A05; }
span { border-color: rgb(97,74,5); }
td.TdClassName
{
border-color: #614A05;
}
.TagClassName
{
border-color: #614A05;
}
</style>