Shades of Raw Umber #694F16
Tints of Raw Umber #694F16
RGB
CMYK
RGB Variations
Color information
#694F16 (or 0x694F16) is known color: Raw Umber. HEX triplet: 69, 4F and 16. RGB value is (105,79,22). Sum of RGB (Red+Green+Blue) = 105+79+22=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #694F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F16 is #96B0E9. Grayscale: #505050. Windows color (decimal): -9875690 or 1462121. OLE color: 1462121.
HSL color Cylindrical-coordinate representation of color #694F16: hue angle of 41.2º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #694F16 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 22 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.59 |
| HSL | 41.2º | 0.65% | 0.25% | - |
| HSV(B) | 41.2º | 0.79% | 0.41% | - |
| XYZ | 8.77 | 8.65 | 1.97 | - |
| YUV | 80.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 22 | 0 | 0.25 | 0.79 | 0.59 | 41.2 | 0.65 | 0.25 |
| Hex | 69 | 4F | 16 | 0 | 19 | 4F | 3B | 29 | 41 | 19 |
| Octal | 151 | 117 | 26 | 0 | 31 | 117 | 73 | 51 | 101 | 31 |
| Binary | 1101001 | 1001111 | 10110 | 0 | 11001 | 1001111 | 111011 | 101001 | 1000001 | 11001 |
Color Harmonies of #694F16
Complementary color
Monochromatic Colors of #694F16
Black with #694F16
Text Example
Text Example
White with #694F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F16; }
p { color: rgb(105,79,22); }
H1.HeaderClassName
{
color: #694F16;
}
.AnyTagClassName
{
color: #694F16;
}
</style>
background-color css
<style>
a { background-color: #694F16; }
a { background-color: rgb(105,79,22); }
div.DivClassName
{
background-color: #694F16;
}
.BgClassName
{
background-color: #694F16;
}
</style>
border-color css
<style>
span { border-color: #694F16; }
span { border-color: rgb(105,79,22); }
td.TdClassName
{
border-color: #694F16;
}
.TagClassName
{
border-color: #694F16;
}
</style>