Shades of Raw Umber #674A04
Tints of Raw Umber #674A04
RGB
CMYK
RGB Variations
Color information
#674A04 (or 0x674A04) is known color: Raw Umber. HEX triplet: 67, 4A and 04. RGB value is (103,74,4). Sum of RGB (Red+Green+Blue) = 103+74+4=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 74 (29.30% from 255 or 40.88% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #674A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A04 is #98B5FB. Grayscale: #4B4B4B. Windows color (decimal): -10008060 or 281191. OLE color: 281191.
HSL color Cylindrical-coordinate representation of color #674A04: hue angle of 42.42º 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 #674A04 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 4 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.60 |
| HSL | 42.42º | 0.93% | 0.21% | - |
| HSV(B) | 42.42º | 0.96% | 0.4% | - |
| XYZ | 8.06 | 7.79 | 1.19 | - |
| YUV | 74.69 | 88.11 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 4 | 0 | 0.28 | 0.96 | 0.60 | 42.42 | 0.93 | 0.21 |
| Hex | 67 | 4A | 4 | 0 | 1C | 60 | 3C | 2A | 5D | 15 |
| Octal | 147 | 112 | 4 | 0 | 34 | 140 | 74 | 52 | 135 | 25 |
| Binary | 1100111 | 1001010 | 100 | 0 | 11100 | 1100000 | 111100 | 101010 | 1011101 | 10101 |
Color Harmonies of #674A04
Complementary color
Monochromatic Colors of #674A04
Black with #674A04
Text Example
Text Example
White with #674A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A04; }
p { color: rgb(103,74,4); }
H1.HeaderClassName
{
color: #674A04;
}
.AnyTagClassName
{
color: #674A04;
}
</style>
background-color css
<style>
a { background-color: #674A04; }
a { background-color: rgb(103,74,4); }
div.DivClassName
{
background-color: #674A04;
}
.BgClassName
{
background-color: #674A04;
}
</style>
border-color css
<style>
span { border-color: #674A04; }
span { border-color: rgb(103,74,4); }
td.TdClassName
{
border-color: #674A04;
}
.TagClassName
{
border-color: #674A04;
}
</style>