Shades of Raw Umber #694509
Tints of Raw Umber #694509
RGB
CMYK
RGB Variations
Color information
#694509 (or 0x694509) is known color: Raw Umber. HEX triplet: 69, 45 and 09. RGB value is (105,69,9). Sum of RGB (Red+Green+Blue) = 105+69+9=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694509 is #96BAF6. Grayscale: #494949. Windows color (decimal): -9878263 or 607593. OLE color: 607593.
HSL color Cylindrical-coordinate representation of color #694509: hue angle of 37.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #694509 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 69 | 9 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.59 |
| HSL | 37.5º | 0.84% | 0.22% | - |
| HSV(B) | 37.5º | 0.91% | 0.41% | - |
| XYZ | 8 | 7.28 | 1.24 | - |
| YUV | 72.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 69 | 9 | 0 | 0.34 | 0.91 | 0.59 | 37.5 | 0.84 | 0.22 |
| Hex | 69 | 45 | 9 | 0 | 22 | 5B | 3B | 26 | 54 | 16 |
| Octal | 151 | 105 | 11 | 0 | 42 | 133 | 73 | 46 | 124 | 26 |
| Binary | 1101001 | 1000101 | 1001 | 0 | 100010 | 1011011 | 111011 | 100110 | 1010100 | 10110 |
Color Harmonies of #694509
Complementary color
Monochromatic Colors of #694509
Black with #694509
Text Example
Text Example
White with #694509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694509; }
p { color: rgb(105,69,9); }
H1.HeaderClassName
{
color: #694509;
}
.AnyTagClassName
{
color: #694509;
}
</style>
background-color css
<style>
a { background-color: #694509; }
a { background-color: rgb(105,69,9); }
div.DivClassName
{
background-color: #694509;
}
.BgClassName
{
background-color: #694509;
}
</style>
border-color css
<style>
span { border-color: #694509; }
span { border-color: rgb(105,69,9); }
td.TdClassName
{
border-color: #694509;
}
.TagClassName
{
border-color: #694509;
}
</style>