Shades of Raw Umber #694612
Tints of Raw Umber #694612
RGB
CMYK
RGB Variations
Color information
#694612 (or 0x694612) is known color: Raw Umber. HEX triplet: 69, 46 and 12. RGB value is (105,70,18). Sum of RGB (Red+Green+Blue) = 105+70+18=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694612 is #96B9ED. Grayscale: #4A4A4A. Windows color (decimal): -9877998 or 1197673. OLE color: 1197673.
HSL color Cylindrical-coordinate representation of color #694612: hue angle of 35.86º 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 #694612 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 18 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.59 |
| HSL | 35.86º | 0.71% | 0.24% | - |
| HSV(B) | 35.86º | 0.83% | 0.41% | - |
| XYZ | 8.13 | 7.43 | 1.58 | - |
| YUV | 74.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 18 | 0 | 0.33 | 0.83 | 0.59 | 35.86 | 0.71 | 0.24 |
| Hex | 69 | 46 | 12 | 0 | 21 | 53 | 3B | 24 | 47 | 18 |
| Octal | 151 | 106 | 22 | 0 | 41 | 123 | 73 | 44 | 107 | 30 |
| Binary | 1101001 | 1000110 | 10010 | 0 | 100001 | 1010011 | 111011 | 100100 | 1000111 | 11000 |
Color Harmonies of #694612
Complementary color
Monochromatic Colors of #694612
Black with #694612
Text Example
Text Example
White with #694612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694612; }
p { color: rgb(105,70,18); }
H1.HeaderClassName
{
color: #694612;
}
.AnyTagClassName
{
color: #694612;
}
</style>
background-color css
<style>
a { background-color: #694612; }
a { background-color: rgb(105,70,18); }
div.DivClassName
{
background-color: #694612;
}
.BgClassName
{
background-color: #694612;
}
</style>
border-color css
<style>
span { border-color: #694612; }
span { border-color: rgb(105,70,18); }
td.TdClassName
{
border-color: #694612;
}
.TagClassName
{
border-color: #694612;
}
</style>