Shades of Raw Umber #694206
Tints of Raw Umber #694206
RGB
CMYK
RGB Variations
Color information
#694206 (or 0x694206) is known color: Raw Umber. HEX triplet: 69, 42 and 06. RGB value is (105,66,6). Sum of RGB (Red+Green+Blue) = 105+66+6=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694206 is #96BDF9. Grayscale: #474747. Windows color (decimal): -9879034 or 410217. OLE color: 410217.
HSL color Cylindrical-coordinate representation of color #694206: hue angle of 36.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #694206 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 66 | 6 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.59 |
| HSL | 36.36º | 0.89% | 0.22% | - |
| HSV(B) | 36.36º | 0.94% | 0.41% | - |
| XYZ | 7.81 | 6.91 | 1.1 | - |
| YUV | 70.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 66 | 6 | 0 | 0.37 | 0.94 | 0.59 | 36.36 | 0.89 | 0.22 |
| Hex | 69 | 42 | 6 | 0 | 25 | 5E | 3B | 24 | 59 | 16 |
| Octal | 151 | 102 | 6 | 0 | 45 | 136 | 73 | 44 | 131 | 26 |
| Binary | 1101001 | 1000010 | 110 | 0 | 100101 | 1011110 | 111011 | 100100 | 1011001 | 10110 |
Color Harmonies of #694206
Complementary color
Monochromatic Colors of #694206
Black with #694206
Text Example
Text Example
White with #694206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694206; }
p { color: rgb(105,66,6); }
H1.HeaderClassName
{
color: #694206;
}
.AnyTagClassName
{
color: #694206;
}
</style>
background-color css
<style>
a { background-color: #694206; }
a { background-color: rgb(105,66,6); }
div.DivClassName
{
background-color: #694206;
}
.BgClassName
{
background-color: #694206;
}
</style>
border-color css
<style>
span { border-color: #694206; }
span { border-color: rgb(105,66,6); }
td.TdClassName
{
border-color: #694206;
}
.TagClassName
{
border-color: #694206;
}
</style>