Shades of Raw Umber #694D10
Tints of Raw Umber #694D10
RGB
CMYK
RGB Variations
Color information
#694D10 (or 0x694D10) is known color: Raw Umber. HEX triplet: 69, 4D and 10. RGB value is (105,77,16). Sum of RGB (Red+Green+Blue) = 105+77+16=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #694D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D10 is #96B2EF. Grayscale: #4E4E4E. Windows color (decimal): -9876208 or 1068393. OLE color: 1068393.
HSL color Cylindrical-coordinate representation of color #694D10: hue angle of 41.12º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #694D10 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 16 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.59 |
| HSL | 41.12º | 0.74% | 0.24% | - |
| HSV(B) | 41.12º | 0.85% | 0.41% | - |
| XYZ | 8.57 | 8.35 | 1.65 | - |
| YUV | 78.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 16 | 0 | 0.27 | 0.85 | 0.59 | 41.12 | 0.74 | 0.24 |
| Hex | 69 | 4D | 10 | 0 | 1B | 55 | 3B | 29 | 4A | 18 |
| Octal | 151 | 115 | 20 | 0 | 33 | 125 | 73 | 51 | 112 | 30 |
| Binary | 1101001 | 1001101 | 10000 | 0 | 11011 | 1010101 | 111011 | 101001 | 1001010 | 11000 |
Color Harmonies of #694D10
Complementary color
Monochromatic Colors of #694D10
Black with #694D10
Text Example
Text Example
White with #694D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D10; }
p { color: rgb(105,77,16); }
H1.HeaderClassName
{
color: #694D10;
}
.AnyTagClassName
{
color: #694D10;
}
</style>
background-color css
<style>
a { background-color: #694D10; }
a { background-color: rgb(105,77,16); }
div.DivClassName
{
background-color: #694D10;
}
.BgClassName
{
background-color: #694D10;
}
</style>
border-color css
<style>
span { border-color: #694D10; }
span { border-color: rgb(105,77,16); }
td.TdClassName
{
border-color: #694D10;
}
.TagClassName
{
border-color: #694D10;
}
</style>