Shades of Raw Umber #694D06
Tints of Raw Umber #694D06
RGB
CMYK
RGB Variations
Color information
#694D06 (or 0x694D06) is known color: Raw Umber. HEX triplet: 69, 4D and 06. RGB value is (105,77,6). Sum of RGB (Red+Green+Blue) = 105+77+6=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D06 is #96B2F9. Grayscale: #4D4D4D. Windows color (decimal): -9876218 or 413033. OLE color: 413033.
HSL color Cylindrical-coordinate representation of color #694D06: hue angle of 43.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #694D06 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 6 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.59 |
| HSL | 43.03º | 0.89% | 0.22% | - |
| HSV(B) | 43.03º | 0.94% | 0.41% | - |
| XYZ | 8.51 | 8.32 | 1.33 | - |
| YUV | 77.28 | 87.78 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 6 | 0 | 0.27 | 0.94 | 0.59 | 43.03 | 0.89 | 0.22 |
| Hex | 69 | 4D | 6 | 0 | 1B | 5E | 3B | 2B | 59 | 16 |
| Octal | 151 | 115 | 6 | 0 | 33 | 136 | 73 | 53 | 131 | 26 |
| Binary | 1101001 | 1001101 | 110 | 0 | 11011 | 1011110 | 111011 | 101011 | 1011001 | 10110 |
Color Harmonies of #694D06
Complementary color
Monochromatic Colors of #694D06
Black with #694D06
Text Example
Text Example
White with #694D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D06; }
p { color: rgb(105,77,6); }
H1.HeaderClassName
{
color: #694D06;
}
.AnyTagClassName
{
color: #694D06;
}
</style>
background-color css
<style>
a { background-color: #694D06; }
a { background-color: rgb(105,77,6); }
div.DivClassName
{
background-color: #694D06;
}
.BgClassName
{
background-color: #694D06;
}
</style>
border-color css
<style>
span { border-color: #694D06; }
span { border-color: rgb(105,77,6); }
td.TdClassName
{
border-color: #694D06;
}
.TagClassName
{
border-color: #694D06;
}
</style>