Shades of Raw Umber #694D08
Tints of Raw Umber #694D08
RGB
CMYK
RGB Variations
Color information
#694D08 (or 0x694D08) is known color: Raw Umber. HEX triplet: 69, 4D and 08. RGB value is (105,77,8). Sum of RGB (Red+Green+Blue) = 105+77+8=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #694D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D08 is #96B2F7. Grayscale: #4D4D4D. Windows color (decimal): -9876216 or 544105. OLE color: 544105.
HSL color Cylindrical-coordinate representation of color #694D08: hue angle of 42.68º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #694D08 is Cyan = 0, Magento = 0.27, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 8 | - |
| CMYK | 0 | 0.27 | 0.92 | 0.59 |
| HSL | 42.68º | 0.86% | 0.22% | - |
| HSV(B) | 42.68º | 0.92% | 0.41% | - |
| XYZ | 8.52 | 8.33 | 1.39 | - |
| YUV | 77.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 8 | 0 | 0.27 | 0.92 | 0.59 | 42.68 | 0.86 | 0.22 |
| Hex | 69 | 4D | 8 | 0 | 1B | 5C | 3B | 2B | 56 | 16 |
| Octal | 151 | 115 | 10 | 0 | 33 | 134 | 73 | 53 | 126 | 26 |
| Binary | 1101001 | 1001101 | 1000 | 0 | 11011 | 1011100 | 111011 | 101011 | 1010110 | 10110 |
Color Harmonies of #694D08
Complementary color
Monochromatic Colors of #694D08
Black with #694D08
Text Example
Text Example
White with #694D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D08; }
p { color: rgb(105,77,8); }
H1.HeaderClassName
{
color: #694D08;
}
.AnyTagClassName
{
color: #694D08;
}
</style>
background-color css
<style>
a { background-color: #694D08; }
a { background-color: rgb(105,77,8); }
div.DivClassName
{
background-color: #694D08;
}
.BgClassName
{
background-color: #694D08;
}
</style>
border-color css
<style>
span { border-color: #694D08; }
span { border-color: rgb(105,77,8); }
td.TdClassName
{
border-color: #694D08;
}
.TagClassName
{
border-color: #694D08;
}
</style>