Shades of Raw Umber #674D11
Tints of Raw Umber #674D11
RGB
CMYK
RGB Variations
Color information
#674D11 (or 0x674D11) is known color: Raw Umber. HEX triplet: 67, 4D and 11. RGB value is (103,77,17). Sum of RGB (Red+Green+Blue) = 103+77+17=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D11 is #98B2EE. Grayscale: #4E4E4E. Windows color (decimal): -10007279 or 1133927. OLE color: 1133927.
HSL color Cylindrical-coordinate representation of color #674D11: hue angle of 41.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674D11 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 17 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.60 |
| HSL | 41.86º | 0.72% | 0.24% | - |
| HSV(B) | 41.86º | 0.83% | 0.4% | - |
| XYZ | 8.35 | 8.23 | 1.68 | - |
| YUV | 77.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 17 | 0 | 0.25 | 0.83 | 0.60 | 41.86 | 0.72 | 0.24 |
| Hex | 67 | 4D | 11 | 0 | 19 | 53 | 3C | 2A | 48 | 18 |
| Octal | 147 | 115 | 21 | 0 | 31 | 123 | 74 | 52 | 110 | 30 |
| Binary | 1100111 | 1001101 | 10001 | 0 | 11001 | 1010011 | 111100 | 101010 | 1001000 | 11000 |
Color Harmonies of #674D11
Complementary color
Monochromatic Colors of #674D11
Black with #674D11
Text Example
Text Example
White with #674D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D11; }
p { color: rgb(103,77,17); }
H1.HeaderClassName
{
color: #674D11;
}
.AnyTagClassName
{
color: #674D11;
}
</style>
background-color css
<style>
a { background-color: #674D11; }
a { background-color: rgb(103,77,17); }
div.DivClassName
{
background-color: #674D11;
}
.BgClassName
{
background-color: #674D11;
}
</style>
border-color css
<style>
span { border-color: #674D11; }
span { border-color: rgb(103,77,17); }
td.TdClassName
{
border-color: #674D11;
}
.TagClassName
{
border-color: #674D11;
}
</style>