Shades of Raw Umber #674F11
Tints of Raw Umber #674F11
RGB
CMYK
RGB Variations
Color information
#674F11 (or 0x674F11) is known color: Raw Umber. HEX triplet: 67, 4F and 11. RGB value is (103,79,17). Sum of RGB (Red+Green+Blue) = 103+79+17=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F11 is #98B0EE. Grayscale: #4F4F4F. Windows color (decimal): -10006767 or 1134439. OLE color: 1134439.
HSL color Cylindrical-coordinate representation of color #674F11: hue angle of 43.26º 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 #674F11 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 17 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.60 |
| HSL | 43.26º | 0.72% | 0.24% | - |
| HSV(B) | 43.26º | 0.83% | 0.4% | - |
| XYZ | 8.49 | 8.52 | 1.73 | - |
| YUV | 79.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 17 | 0 | 0.23 | 0.83 | 0.60 | 43.26 | 0.72 | 0.24 |
| Hex | 67 | 4F | 11 | 0 | 17 | 53 | 3C | 2B | 48 | 18 |
| Octal | 147 | 117 | 21 | 0 | 27 | 123 | 74 | 53 | 110 | 30 |
| Binary | 1100111 | 1001111 | 10001 | 0 | 10111 | 1010011 | 111100 | 101011 | 1001000 | 11000 |
Color Harmonies of #674F11
Complementary color
Monochromatic Colors of #674F11
Black with #674F11
Text Example
Text Example
White with #674F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F11; }
p { color: rgb(103,79,17); }
H1.HeaderClassName
{
color: #674F11;
}
.AnyTagClassName
{
color: #674F11;
}
</style>
background-color css
<style>
a { background-color: #674F11; }
a { background-color: rgb(103,79,17); }
div.DivClassName
{
background-color: #674F11;
}
.BgClassName
{
background-color: #674F11;
}
</style>
border-color css
<style>
span { border-color: #674F11; }
span { border-color: rgb(103,79,17); }
td.TdClassName
{
border-color: #674F11;
}
.TagClassName
{
border-color: #674F11;
}
</style>