Shades of Raw Umber #694807
Tints of Raw Umber #694807
RGB
CMYK
RGB Variations
Color information
#694807 (or 0x694807) is known color: Raw Umber. HEX triplet: 69, 48 and 07. RGB value is (105,72,7). Sum of RGB (Red+Green+Blue) = 105+72+7=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694807 is #96B7F8. Grayscale: #4A4A4A. Windows color (decimal): -9877497 or 477289. OLE color: 477289.
HSL color Cylindrical-coordinate representation of color #694807: hue angle of 39.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #694807 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 7 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.59 |
| HSL | 39.8º | 0.88% | 0.22% | - |
| HSV(B) | 39.8º | 0.93% | 0.41% | - |
| XYZ | 8.18 | 7.65 | 1.25 | - |
| YUV | 74.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 7 | 0 | 0.31 | 0.93 | 0.59 | 39.8 | 0.88 | 0.22 |
| Hex | 69 | 48 | 7 | 0 | 1F | 5D | 3B | 28 | 58 | 16 |
| Octal | 151 | 110 | 7 | 0 | 37 | 135 | 73 | 50 | 130 | 26 |
| Binary | 1101001 | 1001000 | 111 | 0 | 11111 | 1011101 | 111011 | 101000 | 1011000 | 10110 |
Color Harmonies of #694807
Complementary color
Monochromatic Colors of #694807
Black with #694807
Text Example
Text Example
White with #694807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694807; }
p { color: rgb(105,72,7); }
H1.HeaderClassName
{
color: #694807;
}
.AnyTagClassName
{
color: #694807;
}
</style>
background-color css
<style>
a { background-color: #694807; }
a { background-color: rgb(105,72,7); }
div.DivClassName
{
background-color: #694807;
}
.BgClassName
{
background-color: #694807;
}
</style>
border-color css
<style>
span { border-color: #694807; }
span { border-color: rgb(105,72,7); }
td.TdClassName
{
border-color: #694807;
}
.TagClassName
{
border-color: #694807;
}
</style>