Shades of Raw Umber #694601
Tints of Raw Umber #694601
RGB
CMYK
RGB Variations
Color information
#694601 (or 0x694601) is known color: Raw Umber. HEX triplet: 69, 46 and 01. RGB value is (105,70,1). Sum of RGB (Red+Green+Blue) = 105+70+1=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #694601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694601 is #96B9FE. Grayscale: #484848. Windows color (decimal): -9878015 or 83561. OLE color: 83561.
HSL color Cylindrical-coordinate representation of color #694601: hue angle of 39.81º 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 #694601 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.59 |
| HSL | 39.81º | 0.98% | 0.21% | - |
| HSV(B) | 39.81º | 0.99% | 0.41% | - |
| XYZ | 8.02 | 7.39 | 1.03 | - |
| YUV | 72.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 1 | 0 | 0.33 | 0.99 | 0.59 | 39.81 | 0.98 | 0.21 |
| Hex | 69 | 46 | 1 | 0 | 21 | 63 | 3B | 28 | 62 | 15 |
| Octal | 151 | 106 | 1 | 0 | 41 | 143 | 73 | 50 | 142 | 25 |
| Binary | 1101001 | 1000110 | 1 | 0 | 100001 | 1100011 | 111011 | 101000 | 1100010 | 10101 |
Color Harmonies of #694601
Complementary color
Monochromatic Colors of #694601
Black with #694601
Text Example
Text Example
White with #694601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694601; }
p { color: rgb(105,70,1); }
H1.HeaderClassName
{
color: #694601;
}
.AnyTagClassName
{
color: #694601;
}
</style>
background-color css
<style>
a { background-color: #694601; }
a { background-color: rgb(105,70,1); }
div.DivClassName
{
background-color: #694601;
}
.BgClassName
{
background-color: #694601;
}
</style>
border-color css
<style>
span { border-color: #694601; }
span { border-color: rgb(105,70,1); }
td.TdClassName
{
border-color: #694601;
}
.TagClassName
{
border-color: #694601;
}
</style>