Shades of Raw Umber #674A17
Tints of Raw Umber #674A17
RGB
CMYK
RGB Variations
Color information
#674A17 (or 0x674A17) is known color: Raw Umber. HEX triplet: 67, 4A and 17. RGB value is (103,74,23). Sum of RGB (Red+Green+Blue) = 103+74+23=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A17 is #98B5E8. Grayscale: #4D4D4D. Windows color (decimal): -10008041 or 1526375. OLE color: 1526375.
HSL color Cylindrical-coordinate representation of color #674A17: hue angle of 38.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #674A17 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 23 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.60 |
| HSL | 38.25º | 0.63% | 0.25% | - |
| HSV(B) | 38.25º | 0.78% | 0.4% | - |
| XYZ | 8.2 | 7.84 | 1.89 | - |
| YUV | 76.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 23 | 0 | 0.28 | 0.78 | 0.60 | 38.25 | 0.63 | 0.25 |
| Hex | 67 | 4A | 17 | 0 | 1C | 4E | 3C | 26 | 3F | 19 |
| Octal | 147 | 112 | 27 | 0 | 34 | 116 | 74 | 46 | 77 | 31 |
| Binary | 1100111 | 1001010 | 10111 | 0 | 11100 | 1001110 | 111100 | 100110 | 111111 | 11001 |
Color Harmonies of #674A17
Complementary color
Monochromatic Colors of #674A17
Black with #674A17
Text Example
Text Example
White with #674A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A17; }
p { color: rgb(103,74,23); }
H1.HeaderClassName
{
color: #674A17;
}
.AnyTagClassName
{
color: #674A17;
}
</style>
background-color css
<style>
a { background-color: #674A17; }
a { background-color: rgb(103,74,23); }
div.DivClassName
{
background-color: #674A17;
}
.BgClassName
{
background-color: #674A17;
}
</style>
border-color css
<style>
span { border-color: #674A17; }
span { border-color: rgb(103,74,23); }
td.TdClassName
{
border-color: #674A17;
}
.TagClassName
{
border-color: #674A17;
}
</style>