Shades of Raw Umber #694503
Tints of Raw Umber #694503
RGB
CMYK
RGB Variations
Color information
#694503 (or 0x694503) is known color: Raw Umber. HEX triplet: 69, 45 and 03. RGB value is (105,69,3). Sum of RGB (Red+Green+Blue) = 105+69+3=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #694503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694503 is #96BAFC. Grayscale: #484848. Windows color (decimal): -9878269 or 214377. OLE color: 214377.
HSL color Cylindrical-coordinate representation of color #694503: hue angle of 38.82º 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 #694503 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 3 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.59 |
| HSL | 38.82º | 0.94% | 0.21% | - |
| HSV(B) | 38.82º | 0.97% | 0.41% | - |
| XYZ | 7.97 | 7.27 | 1.07 | - |
| YUV | 72.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 3 | 0 | 0.34 | 0.97 | 0.59 | 38.82 | 0.94 | 0.21 |
| Hex | 69 | 45 | 3 | 0 | 22 | 61 | 3B | 27 | 5E | 15 |
| Octal | 151 | 105 | 3 | 0 | 42 | 141 | 73 | 47 | 136 | 25 |
| Binary | 1101001 | 1000101 | 11 | 0 | 100010 | 1100001 | 111011 | 100111 | 1011110 | 10101 |
Color Harmonies of #694503
Complementary color
Monochromatic Colors of #694503
Black with #694503
Text Example
Text Example
White with #694503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694503; }
p { color: rgb(105,69,3); }
H1.HeaderClassName
{
color: #694503;
}
.AnyTagClassName
{
color: #694503;
}
</style>
background-color css
<style>
a { background-color: #694503; }
a { background-color: rgb(105,69,3); }
div.DivClassName
{
background-color: #694503;
}
.BgClassName
{
background-color: #694503;
}
</style>
border-color css
<style>
span { border-color: #694503; }
span { border-color: rgb(105,69,3); }
td.TdClassName
{
border-color: #694503;
}
.TagClassName
{
border-color: #694503;
}
</style>