Shades of Raw Umber #674902
Tints of Raw Umber #674902
RGB
CMYK
RGB Variations
Color information
#674902 (or 0x674902) is known color: Raw Umber. HEX triplet: 67, 49 and 02. RGB value is (103,73,2). Sum of RGB (Red+Green+Blue) = 103+73+2=178 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.87% from 178); Green value is 73 (28.91% from 255 or 41.01% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 103 - color contains mainly: red. Hex color #674902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674902 is #98B6FD. Grayscale: #4A4A4A. Windows color (decimal): -10008318 or 149863. OLE color: 149863.
HSL color Cylindrical-coordinate representation of color #674902: hue angle of 42.18º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #674902 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 2 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.60 |
| HSL | 42.18º | 0.96% | 0.21% | - |
| HSV(B) | 42.18º | 0.98% | 0.4% | - |
| XYZ | 7.99 | 7.65 | 1.11 | - |
| YUV | 73.88 | 87.44 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 2 | 0 | 0.29 | 0.98 | 0.60 | 42.18 | 0.96 | 0.21 |
| Hex | 67 | 49 | 2 | 0 | 1D | 62 | 3C | 2A | 60 | 15 |
| Octal | 147 | 111 | 2 | 0 | 35 | 142 | 74 | 52 | 140 | 25 |
| Binary | 1100111 | 1001001 | 10 | 0 | 11101 | 1100010 | 111100 | 101010 | 1100000 | 10101 |
Color Harmonies of #674902
Complementary color
Monochromatic Colors of #674902
Black with #674902
Text Example
Text Example
White with #674902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674902; }
p { color: rgb(103,73,2); }
H1.HeaderClassName
{
color: #674902;
}
.AnyTagClassName
{
color: #674902;
}
</style>
background-color css
<style>
a { background-color: #674902; }
a { background-color: rgb(103,73,2); }
div.DivClassName
{
background-color: #674902;
}
.BgClassName
{
background-color: #674902;
}
</style>
border-color css
<style>
span { border-color: #674902; }
span { border-color: rgb(103,73,2); }
td.TdClassName
{
border-color: #674902;
}
.TagClassName
{
border-color: #674902;
}
</style>