Shades of Raw Umber #614D08
Tints of Raw Umber #614D08
RGB
CMYK
RGB Variations
Color information
#614D08 (or 0x614D08) is known color: Raw Umber. HEX triplet: 61, 4D and 08. RGB value is (97,77,8). Sum of RGB (Red+Green+Blue) = 97+77+8=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #614D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614D08 is #9EB2F7. Grayscale: #4B4B4B. Windows color (decimal): -10400504 or 544097. OLE color: 544097.
HSL color Cylindrical-coordinate representation of color #614D08: hue angle of 46.52º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #614D08 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 8 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.62 |
| HSL | 46.52º | 0.85% | 0.21% | - |
| HSV(B) | 46.52º | 0.92% | 0.38% | - |
| XYZ | 7.63 | 7.87 | 1.35 | - |
| YUV | 75.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 8 | 0 | 0.21 | 0.92 | 0.62 | 46.52 | 0.85 | 0.21 |
| Hex | 61 | 4D | 8 | 0 | 15 | 5C | 3E | 2F | 55 | 15 |
| Octal | 141 | 115 | 10 | 0 | 25 | 134 | 76 | 57 | 125 | 25 |
| Binary | 1100001 | 1001101 | 1000 | 0 | 10101 | 1011100 | 111110 | 101111 | 1010101 | 10101 |
Color Harmonies of #614D08
Complementary color
Monochromatic Colors of #614D08
Black with #614D08
Text Example
Text Example
White with #614D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D08; }
p { color: rgb(97,77,8); }
H1.HeaderClassName
{
color: #614D08;
}
.AnyTagClassName
{
color: #614D08;
}
</style>
background-color css
<style>
a { background-color: #614D08; }
a { background-color: rgb(97,77,8); }
div.DivClassName
{
background-color: #614D08;
}
.BgClassName
{
background-color: #614D08;
}
</style>
border-color css
<style>
span { border-color: #614D08; }
span { border-color: rgb(97,77,8); }
td.TdClassName
{
border-color: #614D08;
}
.TagClassName
{
border-color: #614D08;
}
</style>