Shades of Raw Umber #694E09
Tints of Raw Umber #694E09
RGB
CMYK
RGB Variations
Color information
#694E09 (or 0x694E09) is known color: Raw Umber. HEX triplet: 69, 4E and 09. RGB value is (105,78,9). Sum of RGB (Red+Green+Blue) = 105+78+9=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #694E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694E09 is #96B1F6. Grayscale: #4E4E4E. Windows color (decimal): -9875959 or 609897. OLE color: 609897.
HSL color Cylindrical-coordinate representation of color #694E09: hue angle of 43.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #694E09 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 9 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.59 |
| HSL | 43.13º | 0.84% | 0.22% | - |
| HSV(B) | 43.13º | 0.91% | 0.41% | - |
| XYZ | 8.6 | 8.47 | 1.44 | - |
| YUV | 78.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 9 | 0 | 0.26 | 0.91 | 0.59 | 43.13 | 0.84 | 0.22 |
| Hex | 69 | 4E | 9 | 0 | 1A | 5B | 3B | 2B | 54 | 16 |
| Octal | 151 | 116 | 11 | 0 | 32 | 133 | 73 | 53 | 124 | 26 |
| Binary | 1101001 | 1001110 | 1001 | 0 | 11010 | 1011011 | 111011 | 101011 | 1010100 | 10110 |
Color Harmonies of #694E09
Complementary color
Monochromatic Colors of #694E09
Black with #694E09
Text Example
Text Example
White with #694E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E09; }
p { color: rgb(105,78,9); }
H1.HeaderClassName
{
color: #694E09;
}
.AnyTagClassName
{
color: #694E09;
}
</style>
background-color css
<style>
a { background-color: #694E09; }
a { background-color: rgb(105,78,9); }
div.DivClassName
{
background-color: #694E09;
}
.BgClassName
{
background-color: #694E09;
}
</style>
border-color css
<style>
span { border-color: #694E09; }
span { border-color: rgb(105,78,9); }
td.TdClassName
{
border-color: #694E09;
}
.TagClassName
{
border-color: #694E09;
}
</style>