Shades of Raw Umber #694803
Tints of Raw Umber #694803
RGB
CMYK
RGB Variations
Color information
#694803 (or 0x694803) is known color: Raw Umber. HEX triplet: 69, 48 and 03. RGB value is (105,72,3). Sum of RGB (Red+Green+Blue) = 105+72+3=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #694803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694803 is #96B7FC. Grayscale: #4A4A4A. Windows color (decimal): -9877501 or 215145. OLE color: 215145.
HSL color Cylindrical-coordinate representation of color #694803: hue angle of 40.59º 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 #694803 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.59 |
| HSL | 40.59º | 0.94% | 0.21% | - |
| HSV(B) | 40.59º | 0.97% | 0.41% | - |
| XYZ | 8.16 | 7.64 | 1.13 | - |
| YUV | 74 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 3 | 0 | 0.31 | 0.97 | 0.59 | 40.59 | 0.94 | 0.21 |
| Hex | 69 | 48 | 3 | 0 | 1F | 61 | 3B | 29 | 5E | 15 |
| Octal | 151 | 110 | 3 | 0 | 37 | 141 | 73 | 51 | 136 | 25 |
| Binary | 1101001 | 1001000 | 11 | 0 | 11111 | 1100001 | 111011 | 101001 | 1011110 | 10101 |
Color Harmonies of #694803
Complementary color
Monochromatic Colors of #694803
Black with #694803
Text Example
Text Example
White with #694803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694803; }
p { color: rgb(105,72,3); }
H1.HeaderClassName
{
color: #694803;
}
.AnyTagClassName
{
color: #694803;
}
</style>
background-color css
<style>
a { background-color: #694803; }
a { background-color: rgb(105,72,3); }
div.DivClassName
{
background-color: #694803;
}
.BgClassName
{
background-color: #694803;
}
</style>
border-color css
<style>
span { border-color: #694803; }
span { border-color: rgb(105,72,3); }
td.TdClassName
{
border-color: #694803;
}
.TagClassName
{
border-color: #694803;
}
</style>