Shades of Raw Umber #694F01
Tints of Raw Umber #694F01
RGB
CMYK
RGB Variations
Color information
#694F01 (or 0x694F01) is known color: Raw Umber. HEX triplet: 69, 4F and 01. RGB value is (105,79,1). Sum of RGB (Red+Green+Blue) = 105+79+1=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #694F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F01 is #96B0FE. Grayscale: #4E4E4E. Windows color (decimal): -9875711 or 85865. OLE color: 85865.
HSL color Cylindrical-coordinate representation of color #694F01: hue angle of 45º 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 #694F01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.59 |
| HSL | 45º | 0.98% | 0.21% | - |
| HSV(B) | 45º | 0.99% | 0.41% | - |
| XYZ | 8.63 | 8.6 | 1.23 | - |
| YUV | 77.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 1 | 0 | 0.25 | 0.99 | 0.59 | 45 | 0.98 | 0.21 |
| Hex | 69 | 4F | 1 | 0 | 19 | 63 | 3B | 2D | 62 | 15 |
| Octal | 151 | 117 | 1 | 0 | 31 | 143 | 73 | 55 | 142 | 25 |
| Binary | 1101001 | 1001111 | 1 | 0 | 11001 | 1100011 | 111011 | 101101 | 1100010 | 10101 |
Color Harmonies of #694F01
Complementary color
Monochromatic Colors of #694F01
Black with #694F01
Text Example
Text Example
White with #694F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F01; }
p { color: rgb(105,79,1); }
H1.HeaderClassName
{
color: #694F01;
}
.AnyTagClassName
{
color: #694F01;
}
</style>
background-color css
<style>
a { background-color: #694F01; }
a { background-color: rgb(105,79,1); }
div.DivClassName
{
background-color: #694F01;
}
.BgClassName
{
background-color: #694F01;
}
</style>
border-color css
<style>
span { border-color: #694F01; }
span { border-color: rgb(105,79,1); }
td.TdClassName
{
border-color: #694F01;
}
.TagClassName
{
border-color: #694F01;
}
</style>