Shades of Raw Umber #694905
Tints of Raw Umber #694905
RGB
CMYK
RGB Variations
Color information
#694905 (or 0x694905) is known color: Raw Umber. HEX triplet: 69, 49 and 05. RGB value is (105,73,5). Sum of RGB (Red+Green+Blue) = 105+73+5=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694905 is #96B6FA. Grayscale: #4B4B4B. Windows color (decimal): -9877243 or 346473. OLE color: 346473.
HSL color Cylindrical-coordinate representation of color #694905: hue angle of 40.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #694905 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 73 | 5 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.59 |
| HSL | 40.8º | 0.91% | 0.22% | - |
| HSV(B) | 40.8º | 0.95% | 0.41% | - |
| XYZ | 8.24 | 7.78 | 1.21 | - |
| YUV | 74.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 73 | 5 | 0 | 0.30 | 0.95 | 0.59 | 40.8 | 0.91 | 0.22 |
| Hex | 69 | 49 | 5 | 0 | 1E | 5F | 3B | 29 | 5B | 16 |
| Octal | 151 | 111 | 5 | 0 | 36 | 137 | 73 | 51 | 133 | 26 |
| Binary | 1101001 | 1001001 | 101 | 0 | 11110 | 1011111 | 111011 | 101001 | 1011011 | 10110 |
Color Harmonies of #694905
Complementary color
Monochromatic Colors of #694905
Black with #694905
Text Example
Text Example
White with #694905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694905; }
p { color: rgb(105,73,5); }
H1.HeaderClassName
{
color: #694905;
}
.AnyTagClassName
{
color: #694905;
}
</style>
background-color css
<style>
a { background-color: #694905; }
a { background-color: rgb(105,73,5); }
div.DivClassName
{
background-color: #694905;
}
.BgClassName
{
background-color: #694905;
}
</style>
border-color css
<style>
span { border-color: #694905; }
span { border-color: rgb(105,73,5); }
td.TdClassName
{
border-color: #694905;
}
.TagClassName
{
border-color: #694905;
}
</style>