Shades of Raw Umber #694813
Tints of Raw Umber #694813
RGB
CMYK
RGB Variations
Color information
#694813 (or 0x694813) is known color: Raw Umber. HEX triplet: 69, 48 and 13. RGB value is (105,72,19). Sum of RGB (Red+Green+Blue) = 105+72+19=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694813 is #96B7EC. Grayscale: #4C4C4C. Windows color (decimal): -9877485 or 1263721. OLE color: 1263721.
HSL color Cylindrical-coordinate representation of color #694813: hue angle of 36.98º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #694813 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 72 | 19 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.59 |
| HSL | 36.98º | 0.69% | 0.24% | - |
| HSV(B) | 36.98º | 0.82% | 0.41% | - |
| XYZ | 8.26 | 7.69 | 1.66 | - |
| YUV | 75.83 | 95.93 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 19 | 0 | 0.31 | 0.82 | 0.59 | 36.98 | 0.69 | 0.24 |
| Hex | 69 | 48 | 13 | 0 | 1F | 52 | 3B | 25 | 45 | 18 |
| Octal | 151 | 110 | 23 | 0 | 37 | 122 | 73 | 45 | 105 | 30 |
| Binary | 1101001 | 1001000 | 10011 | 0 | 11111 | 1010010 | 111011 | 100101 | 1000101 | 11000 |
Color Harmonies of #694813
Complementary color
Monochromatic Colors of #694813
Black with #694813
Text Example
Text Example
White with #694813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694813; }
p { color: rgb(105,72,19); }
H1.HeaderClassName
{
color: #694813;
}
.AnyTagClassName
{
color: #694813;
}
</style>
background-color css
<style>
a { background-color: #694813; }
a { background-color: rgb(105,72,19); }
div.DivClassName
{
background-color: #694813;
}
.BgClassName
{
background-color: #694813;
}
</style>
border-color css
<style>
span { border-color: #694813; }
span { border-color: rgb(105,72,19); }
td.TdClassName
{
border-color: #694813;
}
.TagClassName
{
border-color: #694813;
}
</style>