Shades of Raw Umber #694D15
Tints of Raw Umber #694D15
RGB
CMYK
RGB Variations
Color information
#694D15 (or 0x694D15) is known color: Raw Umber. HEX triplet: 69, 4D and 15. RGB value is (105,77,21). Sum of RGB (Red+Green+Blue) = 105+77+21=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D15 is #96B2EA. Grayscale: #4F4F4F. Windows color (decimal): -9876203 or 1396073. OLE color: 1396073.
HSL color Cylindrical-coordinate representation of color #694D15: hue angle of 40º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #694D15 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 21 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.59 |
| HSL | 40º | 0.67% | 0.25% | - |
| HSV(B) | 40º | 0.8% | 0.41% | - |
| XYZ | 8.61 | 8.37 | 1.87 | - |
| YUV | 78.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 21 | 0 | 0.27 | 0.80 | 0.59 | 40 | 0.67 | 0.25 |
| Hex | 69 | 4D | 15 | 0 | 1B | 50 | 3B | 28 | 43 | 19 |
| Octal | 151 | 115 | 25 | 0 | 33 | 120 | 73 | 50 | 103 | 31 |
| Binary | 1101001 | 1001101 | 10101 | 0 | 11011 | 1010000 | 111011 | 101000 | 1000011 | 11001 |
Color Harmonies of #694D15
Complementary color
Monochromatic Colors of #694D15
Black with #694D15
Text Example
Text Example
White with #694D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D15; }
p { color: rgb(105,77,21); }
H1.HeaderClassName
{
color: #694D15;
}
.AnyTagClassName
{
color: #694D15;
}
</style>
background-color css
<style>
a { background-color: #694D15; }
a { background-color: rgb(105,77,21); }
div.DivClassName
{
background-color: #694D15;
}
.BgClassName
{
background-color: #694D15;
}
</style>
border-color css
<style>
span { border-color: #694D15; }
span { border-color: rgb(105,77,21); }
td.TdClassName
{
border-color: #694D15;
}
.TagClassName
{
border-color: #694D15;
}
</style>