Shades of Raw Umber #674901
Tints of Raw Umber #674901
RGB
CMYK
RGB Variations
Color information
#674901 (or 0x674901) is known color: Raw Umber. HEX triplet: 67, 49 and 01. RGB value is (103,73,1). Sum of RGB (Red+Green+Blue) = 103+73+1=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #674901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674901 is #98B6FE. Grayscale: #4A4A4A. Windows color (decimal): -10008319 or 84327. OLE color: 84327.
HSL color Cylindrical-coordinate representation of color #674901: hue angle of 42.35º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #674901 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.60 |
| HSL | 42.35º | 0.98% | 0.2% | - |
| HSV(B) | 42.35º | 0.99% | 0.4% | - |
| XYZ | 7.98 | 7.65 | 1.08 | - |
| YUV | 73.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 1 | 0 | 0.29 | 0.99 | 0.60 | 42.35 | 0.98 | 0.2 |
| Hex | 67 | 49 | 1 | 0 | 1D | 63 | 3C | 2A | 62 | 14 |
| Octal | 147 | 111 | 1 | 0 | 35 | 143 | 74 | 52 | 142 | 24 |
| Binary | 1100111 | 1001001 | 1 | 0 | 11101 | 1100011 | 111100 | 101010 | 1100010 | 10100 |
Color Harmonies of #674901
Complementary color
Monochromatic Colors of #674901
Black with #674901
Text Example
Text Example
White with #674901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674901; }
p { color: rgb(103,73,1); }
H1.HeaderClassName
{
color: #674901;
}
.AnyTagClassName
{
color: #674901;
}
</style>
background-color css
<style>
a { background-color: #674901; }
a { background-color: rgb(103,73,1); }
div.DivClassName
{
background-color: #674901;
}
.BgClassName
{
background-color: #674901;
}
</style>
border-color css
<style>
span { border-color: #674901; }
span { border-color: rgb(103,73,1); }
td.TdClassName
{
border-color: #674901;
}
.TagClassName
{
border-color: #674901;
}
</style>