Shades of Raw Umber #694D0F
Tints of Raw Umber #694D0F
RGB
CMYK
RGB Variations
Color information
#694D0F (or 0x694D0F) is known color: Raw Umber. HEX triplet: 69, 4D and 0F. RGB value is (105,77,15). Sum of RGB (Red+Green+Blue) = 105+77+15=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #694D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D0F is #96B2F0. Grayscale: #4E4E4E. Windows color (decimal): -9876209 or 1002857. OLE color: 1002857.
HSL color Cylindrical-coordinate representation of color #694D0F: hue angle of 41.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #694D0F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 15 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.59 |
| HSL | 41.33º | 0.75% | 0.24% | - |
| HSV(B) | 41.33º | 0.86% | 0.41% | - |
| XYZ | 8.57 | 8.35 | 1.61 | - |
| YUV | 78.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 15 | 0 | 0.27 | 0.86 | 0.59 | 41.33 | 0.75 | 0.24 |
| Hex | 69 | 4D | F | 0 | 1B | 56 | 3B | 29 | 4B | 18 |
| Octal | 151 | 115 | 17 | 0 | 33 | 126 | 73 | 51 | 113 | 30 |
| Binary | 1101001 | 1001101 | 1111 | 0 | 11011 | 1010110 | 111011 | 101001 | 1001011 | 11000 |
Color Harmonies of #694D0F
Complementary color
Monochromatic Colors of #694D0F
Black with #694D0F
Text Example
Text Example
White with #694D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D0F; }
p { color: rgb(105,77,15); }
H1.HeaderClassName
{
color: #694D0F;
}
.AnyTagClassName
{
color: #694D0F;
}
</style>
background-color css
<style>
a { background-color: #694D0F; }
a { background-color: rgb(105,77,15); }
div.DivClassName
{
background-color: #694D0F;
}
.BgClassName
{
background-color: #694D0F;
}
</style>
border-color css
<style>
span { border-color: #694D0F; }
span { border-color: rgb(105,77,15); }
td.TdClassName
{
border-color: #694D0F;
}
.TagClassName
{
border-color: #694D0F;
}
</style>