Shades of Raw Umber #694E0A
Tints of Raw Umber #694E0A
RGB
CMYK
RGB Variations
Color information
#694E0A (or 0x694E0A) is known color: Raw Umber. HEX triplet: 69, 4E and 0A. RGB value is (105,78,10). Sum of RGB (Red+Green+Blue) = 105+78+10=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E0A is #96B1F5. Grayscale: #4E4E4E. Windows color (decimal): -9875958 or 675433. OLE color: 675433.
HSL color Cylindrical-coordinate representation of color #694E0A: hue angle of 42.95º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #694E0A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 10 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.59 |
| HSL | 42.95º | 0.83% | 0.23% | - |
| HSV(B) | 42.95º | 0.9% | 0.41% | - |
| XYZ | 8.6 | 8.47 | 1.47 | - |
| YUV | 78.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 10 | 0 | 0.26 | 0.90 | 0.59 | 42.95 | 0.83 | 0.23 |
| Hex | 69 | 4E | A | 0 | 1A | 5A | 3B | 2B | 53 | 17 |
| Octal | 151 | 116 | 12 | 0 | 32 | 132 | 73 | 53 | 123 | 27 |
| Binary | 1101001 | 1001110 | 1010 | 0 | 11010 | 1011010 | 111011 | 101011 | 1010011 | 10111 |
Color Harmonies of #694E0A
Complementary color
Monochromatic Colors of #694E0A
Black with #694E0A
Text Example
Text Example
White with #694E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E0A; }
p { color: rgb(105,78,10); }
H1.HeaderClassName
{
color: #694E0A;
}
.AnyTagClassName
{
color: #694E0A;
}
</style>
background-color css
<style>
a { background-color: #694E0A; }
a { background-color: rgb(105,78,10); }
div.DivClassName
{
background-color: #694E0A;
}
.BgClassName
{
background-color: #694E0A;
}
</style>
border-color css
<style>
span { border-color: #694E0A; }
span { border-color: rgb(105,78,10); }
td.TdClassName
{
border-color: #694E0A;
}
.TagClassName
{
border-color: #694E0A;
}
</style>