Shades of Raw Umber #67490E
Tints of Raw Umber #67490E
RGB
CMYK
RGB Variations
Color information
#67490E (or 0x67490E) is known color: Raw Umber. HEX triplet: 67, 49 and 0E. RGB value is (103,73,14). Sum of RGB (Red+Green+Blue) = 103+73+14=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #67490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67490E is #98B6F1. Grayscale: #4B4B4B. Windows color (decimal): -10008306 or 936295. OLE color: 936295.
HSL color Cylindrical-coordinate representation of color #67490E: hue angle of 39.78º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67490E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 14 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.60 |
| HSL | 39.78º | 0.76% | 0.23% | - |
| HSV(B) | 39.78º | 0.86% | 0.4% | - |
| XYZ | 8.06 | 7.68 | 1.47 | - |
| YUV | 75.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 14 | 0 | 0.29 | 0.86 | 0.60 | 39.78 | 0.76 | 0.23 |
| Hex | 67 | 49 | E | 0 | 1D | 56 | 3C | 28 | 4C | 17 |
| Octal | 147 | 111 | 16 | 0 | 35 | 126 | 74 | 50 | 114 | 27 |
| Binary | 1100111 | 1001001 | 1110 | 0 | 11101 | 1010110 | 111100 | 101000 | 1001100 | 10111 |
Color Harmonies of #67490E
Complementary color
Monochromatic Colors of #67490E
Black with #67490E
Text Example
Text Example
White with #67490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67490E; }
p { color: rgb(103,73,14); }
H1.HeaderClassName
{
color: #67490E;
}
.AnyTagClassName
{
color: #67490E;
}
</style>
background-color css
<style>
a { background-color: #67490E; }
a { background-color: rgb(103,73,14); }
div.DivClassName
{
background-color: #67490E;
}
.BgClassName
{
background-color: #67490E;
}
</style>
border-color css
<style>
span { border-color: #67490E; }
span { border-color: rgb(103,73,14); }
td.TdClassName
{
border-color: #67490E;
}
.TagClassName
{
border-color: #67490E;
}
</style>