Shades of Raw Umber #694E03
Tints of Raw Umber #694E03
RGB
CMYK
RGB Variations
Color information
#694E03 (or 0x694E03) is known color: Raw Umber. HEX triplet: 69, 4E and 03. RGB value is (105,78,3). Sum of RGB (Red+Green+Blue) = 105+78+3=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #694E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E03 is #96B1FC. Grayscale: #4D4D4D. Windows color (decimal): -9875965 or 216681. OLE color: 216681.
HSL color Cylindrical-coordinate representation of color #694E03: hue angle of 44.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #694E03 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 3 | - |
| CMYK | 0 | 0.26 | 0.97 | 0.59 |
| HSL | 44.12º | 0.94% | 0.21% | - |
| HSV(B) | 44.12º | 0.97% | 0.41% | - |
| XYZ | 8.57 | 8.46 | 1.27 | - |
| YUV | 77.52 | 85.95 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 3 | 0 | 0.26 | 0.97 | 0.59 | 44.12 | 0.94 | 0.21 |
| Hex | 69 | 4E | 3 | 0 | 1A | 61 | 3B | 2C | 5E | 15 |
| Octal | 151 | 116 | 3 | 0 | 32 | 141 | 73 | 54 | 136 | 25 |
| Binary | 1101001 | 1001110 | 11 | 0 | 11010 | 1100001 | 111011 | 101100 | 1011110 | 10101 |
Color Harmonies of #694E03
Complementary color
Monochromatic Colors of #694E03
Black with #694E03
Text Example
Text Example
White with #694E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E03; }
p { color: rgb(105,78,3); }
H1.HeaderClassName
{
color: #694E03;
}
.AnyTagClassName
{
color: #694E03;
}
</style>
background-color css
<style>
a { background-color: #694E03; }
a { background-color: rgb(105,78,3); }
div.DivClassName
{
background-color: #694E03;
}
.BgClassName
{
background-color: #694E03;
}
</style>
border-color css
<style>
span { border-color: #694E03; }
span { border-color: rgb(105,78,3); }
td.TdClassName
{
border-color: #694E03;
}
.TagClassName
{
border-color: #694E03;
}
</style>