Shades of Raw Umber #694B08
Tints of Raw Umber #694B08
RGB
CMYK
RGB Variations
Color information
#694B08 (or 0x694B08) is known color: Raw Umber. HEX triplet: 69, 4B and 08. RGB value is (105,75,8). Sum of RGB (Red+Green+Blue) = 105+75+8=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #694B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B08 is #96B4F7. Grayscale: #4C4C4C. Windows color (decimal): -9876728 or 543593. OLE color: 543593.
HSL color Cylindrical-coordinate representation of color #694B08: hue angle of 41.44º 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 #694B08 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 8 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.59 |
| HSL | 41.44º | 0.86% | 0.22% | - |
| HSV(B) | 41.44º | 0.92% | 0.41% | - |
| XYZ | 8.39 | 8.05 | 1.34 | - |
| YUV | 76.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 8 | 0 | 0.29 | 0.92 | 0.59 | 41.44 | 0.86 | 0.22 |
| Hex | 69 | 4B | 8 | 0 | 1D | 5C | 3B | 29 | 56 | 16 |
| Octal | 151 | 113 | 10 | 0 | 35 | 134 | 73 | 51 | 126 | 26 |
| Binary | 1101001 | 1001011 | 1000 | 0 | 11101 | 1011100 | 111011 | 101001 | 1010110 | 10110 |
Color Harmonies of #694B08
Complementary color
Monochromatic Colors of #694B08
Black with #694B08
Text Example
Text Example
White with #694B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B08; }
p { color: rgb(105,75,8); }
H1.HeaderClassName
{
color: #694B08;
}
.AnyTagClassName
{
color: #694B08;
}
</style>
background-color css
<style>
a { background-color: #694B08; }
a { background-color: rgb(105,75,8); }
div.DivClassName
{
background-color: #694B08;
}
.BgClassName
{
background-color: #694B08;
}
</style>
border-color css
<style>
span { border-color: #694B08; }
span { border-color: rgb(105,75,8); }
td.TdClassName
{
border-color: #694B08;
}
.TagClassName
{
border-color: #694B08;
}
</style>