Shades of Raw Umber #674D0A
Tints of Raw Umber #674D0A
RGB
CMYK
RGB Variations
Color information
#674D0A (or 0x674D0A) is known color: Raw Umber. HEX triplet: 67, 4D and 0A. RGB value is (103,77,10). Sum of RGB (Red+Green+Blue) = 103+77+10=190 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.21% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 103 - color contains mainly: red. Hex color #674D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D0A is #98B2F5. Grayscale: #4D4D4D. Windows color (decimal): -10007286 or 675175. OLE color: 675175.
HSL color Cylindrical-coordinate representation of color #674D0A: hue angle of 43.23º 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 #674D0A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 10 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.60 |
| HSL | 43.23º | 0.82% | 0.22% | - |
| HSV(B) | 43.23º | 0.9% | 0.4% | - |
| XYZ | 8.3 | 8.21 | 1.43 | - |
| YUV | 77.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 10 | 0 | 0.25 | 0.90 | 0.60 | 43.23 | 0.82 | 0.22 |
| Hex | 67 | 4D | A | 0 | 19 | 5A | 3C | 2B | 52 | 16 |
| Octal | 147 | 115 | 12 | 0 | 31 | 132 | 74 | 53 | 122 | 26 |
| Binary | 1100111 | 1001101 | 1010 | 0 | 11001 | 1011010 | 111100 | 101011 | 1010010 | 10110 |
Color Harmonies of #674D0A
Complementary color
Monochromatic Colors of #674D0A
Black with #674D0A
Text Example
Text Example
White with #674D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D0A; }
p { color: rgb(103,77,10); }
H1.HeaderClassName
{
color: #674D0A;
}
.AnyTagClassName
{
color: #674D0A;
}
</style>
background-color css
<style>
a { background-color: #674D0A; }
a { background-color: rgb(103,77,10); }
div.DivClassName
{
background-color: #674D0A;
}
.BgClassName
{
background-color: #674D0A;
}
</style>
border-color css
<style>
span { border-color: #674D0A; }
span { border-color: rgb(103,77,10); }
td.TdClassName
{
border-color: #674D0A;
}
.TagClassName
{
border-color: #674D0A;
}
</style>