Shades of Raw Umber #694A06
Tints of Raw Umber #694A06
RGB
CMYK
RGB Variations
Color information
#694A06 (or 0x694A06) is known color: Raw Umber. HEX triplet: 69, 4A and 06. RGB value is (105,74,6). Sum of RGB (Red+Green+Blue) = 105+74+6=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694A06 is #96B5F9. Grayscale: #4B4B4B. Windows color (decimal): -9876986 or 412265. OLE color: 412265.
HSL color Cylindrical-coordinate representation of color #694A06: hue angle of 41.21º 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 #694A06 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 74 | 6 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.59 |
| HSL | 41.21º | 0.89% | 0.22% | - |
| HSV(B) | 41.21º | 0.94% | 0.41% | - |
| XYZ | 8.31 | 7.91 | 1.26 | - |
| YUV | 75.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 74 | 6 | 0 | 0.30 | 0.94 | 0.59 | 41.21 | 0.89 | 0.22 |
| Hex | 69 | 4A | 6 | 0 | 1E | 5E | 3B | 29 | 59 | 16 |
| Octal | 151 | 112 | 6 | 0 | 36 | 136 | 73 | 51 | 131 | 26 |
| Binary | 1101001 | 1001010 | 110 | 0 | 11110 | 1011110 | 111011 | 101001 | 1011001 | 10110 |
Color Harmonies of #694A06
Complementary color
Monochromatic Colors of #694A06
Black with #694A06
Text Example
Text Example
White with #694A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694A06; }
p { color: rgb(105,74,6); }
H1.HeaderClassName
{
color: #694A06;
}
.AnyTagClassName
{
color: #694A06;
}
</style>
background-color css
<style>
a { background-color: #694A06; }
a { background-color: rgb(105,74,6); }
div.DivClassName
{
background-color: #694A06;
}
.BgClassName
{
background-color: #694A06;
}
</style>
border-color css
<style>
span { border-color: #694A06; }
span { border-color: rgb(105,74,6); }
td.TdClassName
{
border-color: #694A06;
}
.TagClassName
{
border-color: #694A06;
}
</style>