Shades of Raw Umber #694E04
Tints of Raw Umber #694E04
RGB
CMYK
RGB Variations
Color information
#694E04 (or 0x694E04) is known color: Raw Umber. HEX triplet: 69, 4E and 04. RGB value is (105,78,4). Sum of RGB (Red+Green+Blue) = 105+78+4=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #694E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E04 is #96B1FB. Grayscale: #4D4D4D. Windows color (decimal): -9875964 or 282217. OLE color: 282217.
HSL color Cylindrical-coordinate representation of color #694E04: hue angle of 43.96º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #694E04 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 4 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.59 |
| HSL | 43.96º | 0.93% | 0.21% | - |
| HSV(B) | 43.96º | 0.96% | 0.41% | - |
| XYZ | 8.57 | 8.46 | 1.3 | - |
| YUV | 77.64 | 86.45 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 4 | 0 | 0.26 | 0.96 | 0.59 | 43.96 | 0.93 | 0.21 |
| Hex | 69 | 4E | 4 | 0 | 1A | 60 | 3B | 2C | 5D | 15 |
| Octal | 151 | 116 | 4 | 0 | 32 | 140 | 73 | 54 | 135 | 25 |
| Binary | 1101001 | 1001110 | 100 | 0 | 11010 | 1100000 | 111011 | 101100 | 1011101 | 10101 |
Color Harmonies of #694E04
Complementary color
Monochromatic Colors of #694E04
Black with #694E04
Text Example
Text Example
White with #694E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E04; }
p { color: rgb(105,78,4); }
H1.HeaderClassName
{
color: #694E04;
}
.AnyTagClassName
{
color: #694E04;
}
</style>
background-color css
<style>
a { background-color: #694E04; }
a { background-color: rgb(105,78,4); }
div.DivClassName
{
background-color: #694E04;
}
.BgClassName
{
background-color: #694E04;
}
</style>
border-color css
<style>
span { border-color: #694E04; }
span { border-color: rgb(105,78,4); }
td.TdClassName
{
border-color: #694E04;
}
.TagClassName
{
border-color: #694E04;
}
</style>