Shades of Raw Umber #674E0A
Tints of Raw Umber #674E0A
RGB
CMYK
RGB Variations
Color information
#674E0A (or 0x674E0A) is known color: Raw Umber. HEX triplet: 67, 4E and 0A. RGB value is (103,78,10). Sum of RGB (Red+Green+Blue) = 103+78+10=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #674E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674E0A is #98B1F5. Grayscale: #4E4E4E. Windows color (decimal): -10007030 or 675431. OLE color: 675431.
HSL color Cylindrical-coordinate representation of color #674E0A: hue angle of 43.87º 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 #674E0A is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 10 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.60 |
| HSL | 43.87º | 0.82% | 0.22% | - |
| HSV(B) | 43.87º | 0.9% | 0.4% | - |
| XYZ | 8.37 | 8.35 | 1.46 | - |
| YUV | 77.72 | 89.78 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 10 | 0 | 0.24 | 0.90 | 0.60 | 43.87 | 0.82 | 0.22 |
| Hex | 67 | 4E | A | 0 | 18 | 5A | 3C | 2C | 52 | 16 |
| Octal | 147 | 116 | 12 | 0 | 30 | 132 | 74 | 54 | 122 | 26 |
| Binary | 1100111 | 1001110 | 1010 | 0 | 11000 | 1011010 | 111100 | 101100 | 1010010 | 10110 |
Color Harmonies of #674E0A
Complementary color
Monochromatic Colors of #674E0A
Black with #674E0A
Text Example
Text Example
White with #674E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E0A; }
p { color: rgb(103,78,10); }
H1.HeaderClassName
{
color: #674E0A;
}
.AnyTagClassName
{
color: #674E0A;
}
</style>
background-color css
<style>
a { background-color: #674E0A; }
a { background-color: rgb(103,78,10); }
div.DivClassName
{
background-color: #674E0A;
}
.BgClassName
{
background-color: #674E0A;
}
</style>
border-color css
<style>
span { border-color: #674E0A; }
span { border-color: rgb(103,78,10); }
td.TdClassName
{
border-color: #674E0A;
}
.TagClassName
{
border-color: #674E0A;
}
</style>