Shades of Raw Umber #694801
Tints of Raw Umber #694801
RGB
CMYK
RGB Variations
Color information
#694801 (or 0x694801) is known color: Raw Umber. HEX triplet: 69, 48 and 01. RGB value is (105,72,1). Sum of RGB (Red+Green+Blue) = 105+72+1=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #694801 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694801 is #96B7FE. Grayscale: #4A4A4A. Windows color (decimal): -9877503 or 84073. OLE color: 84073.
HSL color Cylindrical-coordinate representation of color #694801: hue angle of 40.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #694801 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.59 |
| HSL | 40.96º | 0.98% | 0.21% | - |
| HSV(B) | 40.96º | 0.99% | 0.41% | - |
| XYZ | 8.15 | 7.64 | 1.07 | - |
| YUV | 73.77 | 86.93 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 1 | 0 | 0.31 | 0.99 | 0.59 | 40.96 | 0.98 | 0.21 |
| Hex | 69 | 48 | 1 | 0 | 1F | 63 | 3B | 29 | 62 | 15 |
| Octal | 151 | 110 | 1 | 0 | 37 | 143 | 73 | 51 | 142 | 25 |
| Binary | 1101001 | 1001000 | 1 | 0 | 11111 | 1100011 | 111011 | 101001 | 1100010 | 10101 |
Color Harmonies of #694801
Complementary color
Monochromatic Colors of #694801
Black with #694801
Text Example
Text Example
White with #694801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694801; }
p { color: rgb(105,72,1); }
H1.HeaderClassName
{
color: #694801;
}
.AnyTagClassName
{
color: #694801;
}
</style>
background-color css
<style>
a { background-color: #694801; }
a { background-color: rgb(105,72,1); }
div.DivClassName
{
background-color: #694801;
}
.BgClassName
{
background-color: #694801;
}
</style>
border-color css
<style>
span { border-color: #694801; }
span { border-color: rgb(105,72,1); }
td.TdClassName
{
border-color: #694801;
}
.TagClassName
{
border-color: #694801;
}
</style>