Shades of Raw Umber #694F12
Tints of Raw Umber #694F12
RGB
CMYK
RGB Variations
Color information
#694F12 (or 0x694F12) is known color: Raw Umber. HEX triplet: 69, 4F and 12. RGB value is (105,79,18). Sum of RGB (Red+Green+Blue) = 105+79+18=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 18 (7.42% from 255 or 8.91% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #694F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F12 is #96B0ED. Grayscale: #505050. Windows color (decimal): -9875694 or 1199977. OLE color: 1199977.
HSL color Cylindrical-coordinate representation of color #694F12: hue angle of 42.07º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #694F12 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 18 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.59 |
| HSL | 42.07º | 0.71% | 0.24% | - |
| HSV(B) | 42.07º | 0.83% | 0.41% | - |
| XYZ | 8.73 | 8.64 | 1.78 | - |
| YUV | 79.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 18 | 0 | 0.25 | 0.83 | 0.59 | 42.07 | 0.71 | 0.24 |
| Hex | 69 | 4F | 12 | 0 | 19 | 53 | 3B | 2A | 47 | 18 |
| Octal | 151 | 117 | 22 | 0 | 31 | 123 | 73 | 52 | 107 | 30 |
| Binary | 1101001 | 1001111 | 10010 | 0 | 11001 | 1010011 | 111011 | 101010 | 1000111 | 11000 |
Color Harmonies of #694F12
Complementary color
Monochromatic Colors of #694F12
Black with #694F12
Text Example
Text Example
White with #694F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F12; }
p { color: rgb(105,79,18); }
H1.HeaderClassName
{
color: #694F12;
}
.AnyTagClassName
{
color: #694F12;
}
</style>
background-color css
<style>
a { background-color: #694F12; }
a { background-color: rgb(105,79,18); }
div.DivClassName
{
background-color: #694F12;
}
.BgClassName
{
background-color: #694F12;
}
</style>
border-color css
<style>
span { border-color: #694F12; }
span { border-color: rgb(105,79,18); }
td.TdClassName
{
border-color: #694F12;
}
.TagClassName
{
border-color: #694F12;
}
</style>