Shades of Raw Umber #674F04
Tints of Raw Umber #674F04
RGB
CMYK
RGB Variations
Color information
#674F04 (or 0x674F04) is known color: Raw Umber. HEX triplet: 67, 4F and 04. RGB value is (103,79,4). Sum of RGB (Red+Green+Blue) = 103+79+4=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #674F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F04 is #98B0FB. Grayscale: #4D4D4D. Windows color (decimal): -10006780 or 282471. OLE color: 282471.
HSL color Cylindrical-coordinate representation of color #674F04: hue angle of 45.45º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #674F04 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 4 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.60 |
| HSL | 45.45º | 0.93% | 0.21% | - |
| HSV(B) | 45.45º | 0.96% | 0.4% | - |
| XYZ | 8.41 | 8.48 | 1.31 | - |
| YUV | 77.63 | 86.45 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 4 | 0 | 0.23 | 0.96 | 0.60 | 45.45 | 0.93 | 0.21 |
| Hex | 67 | 4F | 4 | 0 | 17 | 60 | 3C | 2D | 5D | 15 |
| Octal | 147 | 117 | 4 | 0 | 27 | 140 | 74 | 55 | 135 | 25 |
| Binary | 1100111 | 1001111 | 100 | 0 | 10111 | 1100000 | 111100 | 101101 | 1011101 | 10101 |
Color Harmonies of #674F04
Complementary color
Monochromatic Colors of #674F04
Black with #674F04
Text Example
Text Example
White with #674F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F04; }
p { color: rgb(103,79,4); }
H1.HeaderClassName
{
color: #674F04;
}
.AnyTagClassName
{
color: #674F04;
}
</style>
background-color css
<style>
a { background-color: #674F04; }
a { background-color: rgb(103,79,4); }
div.DivClassName
{
background-color: #674F04;
}
.BgClassName
{
background-color: #674F04;
}
</style>
border-color css
<style>
span { border-color: #674F04; }
span { border-color: rgb(103,79,4); }
td.TdClassName
{
border-color: #674F04;
}
.TagClassName
{
border-color: #674F04;
}
</style>