Shades of Raw Umber #674A0A
Tints of Raw Umber #674A0A
RGB
CMYK
RGB Variations
Color information
#674A0A (or 0x674A0A) is known color: Raw Umber. HEX triplet: 67, 4A and 0A. RGB value is (103,74,10). Sum of RGB (Red+Green+Blue) = 103+74+10=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #674A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A0A is #98B5F5. Grayscale: #4B4B4B. Windows color (decimal): -10008054 or 674407. OLE color: 674407.
HSL color Cylindrical-coordinate representation of color #674A0A: hue angle of 41.29º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #674A0A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 10 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.60 |
| HSL | 41.29º | 0.82% | 0.22% | - |
| HSV(B) | 41.29º | 0.9% | 0.4% | - |
| XYZ | 8.1 | 7.8 | 1.37 | - |
| YUV | 75.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 10 | 0 | 0.28 | 0.90 | 0.60 | 41.29 | 0.82 | 0.22 |
| Hex | 67 | 4A | A | 0 | 1C | 5A | 3C | 29 | 52 | 16 |
| Octal | 147 | 112 | 12 | 0 | 34 | 132 | 74 | 51 | 122 | 26 |
| Binary | 1100111 | 1001010 | 1010 | 0 | 11100 | 1011010 | 111100 | 101001 | 1010010 | 10110 |
Color Harmonies of #674A0A
Complementary color
Monochromatic Colors of #674A0A
Black with #674A0A
Text Example
Text Example
White with #674A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A0A; }
p { color: rgb(103,74,10); }
H1.HeaderClassName
{
color: #674A0A;
}
.AnyTagClassName
{
color: #674A0A;
}
</style>
background-color css
<style>
a { background-color: #674A0A; }
a { background-color: rgb(103,74,10); }
div.DivClassName
{
background-color: #674A0A;
}
.BgClassName
{
background-color: #674A0A;
}
</style>
border-color css
<style>
span { border-color: #674A0A; }
span { border-color: rgb(103,74,10); }
td.TdClassName
{
border-color: #674A0A;
}
.TagClassName
{
border-color: #674A0A;
}
</style>