Shades of Raw Umber #694B0F
Tints of Raw Umber #694B0F
RGB
CMYK
RGB Variations
Color information
#694B0F (or 0x694B0F) is known color: Raw Umber. HEX triplet: 69, 4B and 0F. RGB value is (105,75,15). Sum of RGB (Red+Green+Blue) = 105+75+15=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #694B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B0F is #96B4F0. Grayscale: #4D4D4D. Windows color (decimal): -9876721 or 1002345. OLE color: 1002345.
HSL color Cylindrical-coordinate representation of color #694B0F: hue angle of 40º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #694B0F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 15 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.59 |
| HSL | 40º | 0.75% | 0.24% | - |
| HSV(B) | 40º | 0.86% | 0.41% | - |
| XYZ | 8.43 | 8.07 | 1.57 | - |
| YUV | 77.13 | 92.94 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 15 | 0 | 0.29 | 0.86 | 0.59 | 40 | 0.75 | 0.24 |
| Hex | 69 | 4B | F | 0 | 1D | 56 | 3B | 28 | 4B | 18 |
| Octal | 151 | 113 | 17 | 0 | 35 | 126 | 73 | 50 | 113 | 30 |
| Binary | 1101001 | 1001011 | 1111 | 0 | 11101 | 1010110 | 111011 | 101000 | 1001011 | 11000 |
Color Harmonies of #694B0F
Complementary color
Monochromatic Colors of #694B0F
Black with #694B0F
Text Example
Text Example
White with #694B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B0F; }
p { color: rgb(105,75,15); }
H1.HeaderClassName
{
color: #694B0F;
}
.AnyTagClassName
{
color: #694B0F;
}
</style>
background-color css
<style>
a { background-color: #694B0F; }
a { background-color: rgb(105,75,15); }
div.DivClassName
{
background-color: #694B0F;
}
.BgClassName
{
background-color: #694B0F;
}
</style>
border-color css
<style>
span { border-color: #694B0F; }
span { border-color: rgb(105,75,15); }
td.TdClassName
{
border-color: #694B0F;
}
.TagClassName
{
border-color: #694B0F;
}
</style>