Shades of Raw Umber #67490B
Tints of Raw Umber #67490B
RGB
CMYK
RGB Variations
Color information
#67490B (or 0x67490B) is known color: Raw Umber. HEX triplet: 67, 49 and 0B. RGB value is (103,73,11). Sum of RGB (Red+Green+Blue) = 103+73+11=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #67490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67490B is #98B6F4. Grayscale: #4B4B4B. Windows color (decimal): -10008309 or 739687. OLE color: 739687.
HSL color Cylindrical-coordinate representation of color #67490B: hue angle of 40.43º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67490B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 11 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.60 |
| HSL | 40.43º | 0.81% | 0.22% | - |
| HSV(B) | 40.43º | 0.89% | 0.4% | - |
| XYZ | 8.04 | 7.67 | 1.37 | - |
| YUV | 74.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 11 | 0 | 0.29 | 0.89 | 0.60 | 40.43 | 0.81 | 0.22 |
| Hex | 67 | 49 | B | 0 | 1D | 59 | 3C | 28 | 51 | 16 |
| Octal | 147 | 111 | 13 | 0 | 35 | 131 | 74 | 50 | 121 | 26 |
| Binary | 1100111 | 1001001 | 1011 | 0 | 11101 | 1011001 | 111100 | 101000 | 1010001 | 10110 |
Color Harmonies of #67490B
Complementary color
Monochromatic Colors of #67490B
Black with #67490B
Text Example
Text Example
White with #67490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67490B; }
p { color: rgb(103,73,11); }
H1.HeaderClassName
{
color: #67490B;
}
.AnyTagClassName
{
color: #67490B;
}
</style>
background-color css
<style>
a { background-color: #67490B; }
a { background-color: rgb(103,73,11); }
div.DivClassName
{
background-color: #67490B;
}
.BgClassName
{
background-color: #67490B;
}
</style>
border-color css
<style>
span { border-color: #67490B; }
span { border-color: rgb(103,73,11); }
td.TdClassName
{
border-color: #67490B;
}
.TagClassName
{
border-color: #67490B;
}
</style>