Shades of Raw Umber #614C04
Tints of Raw Umber #614C04
RGB
CMYK
RGB Variations
Color information
#614C04 (or 0x614C04) is known color: Raw Umber. HEX triplet: 61, 4C and 04. RGB value is (97,76,4). Sum of RGB (Red+Green+Blue) = 97+76+4=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 76 (30.08% from 255 or 42.94% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #614C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C04 is #9EB3FB. Grayscale: #4A4A4A. Windows color (decimal): -10400764 or 281697. OLE color: 281697.
HSL color Cylindrical-coordinate representation of color #614C04: hue angle of 46.45º 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 #614C04 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 4 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.62 |
| HSL | 46.45º | 0.92% | 0.2% | - |
| HSV(B) | 46.45º | 0.96% | 0.38% | - |
| XYZ | 7.54 | 7.72 | 1.21 | - |
| YUV | 74.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 4 | 0 | 0.22 | 0.96 | 0.62 | 46.45 | 0.92 | 0.2 |
| Hex | 61 | 4C | 4 | 0 | 16 | 60 | 3E | 2E | 5C | 14 |
| Octal | 141 | 114 | 4 | 0 | 26 | 140 | 76 | 56 | 134 | 24 |
| Binary | 1100001 | 1001100 | 100 | 0 | 10110 | 1100000 | 111110 | 101110 | 1011100 | 10100 |
Color Harmonies of #614C04
Complementary color
Monochromatic Colors of #614C04
Black with #614C04
Text Example
Text Example
White with #614C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C04; }
p { color: rgb(97,76,4); }
H1.HeaderClassName
{
color: #614C04;
}
.AnyTagClassName
{
color: #614C04;
}
</style>
background-color css
<style>
a { background-color: #614C04; }
a { background-color: rgb(97,76,4); }
div.DivClassName
{
background-color: #614C04;
}
.BgClassName
{
background-color: #614C04;
}
</style>
border-color css
<style>
span { border-color: #614C04; }
span { border-color: rgb(97,76,4); }
td.TdClassName
{
border-color: #614C04;
}
.TagClassName
{
border-color: #614C04;
}
</style>