Shades of Raw Umber #674A0E
Tints of Raw Umber #674A0E
RGB
CMYK
RGB Variations
Color information
#674A0E (or 0x674A0E) is known color: Raw Umber. HEX triplet: 67, 4A and 0E. RGB value is (103,74,14). Sum of RGB (Red+Green+Blue) = 103+74+14=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 74 (29.30% from 255 or 38.74% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #674A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674A0E is #98B5F1. Grayscale: #4C4C4C. Windows color (decimal): -10008050 or 936551. OLE color: 936551.
HSL color Cylindrical-coordinate representation of color #674A0E: hue angle of 40.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #674A0E is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 74 | 14 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.60 |
| HSL | 40.45º | 0.76% | 0.23% | - |
| HSV(B) | 40.45º | 0.86% | 0.4% | - |
| XYZ | 8.12 | 7.81 | 1.5 | - |
| YUV | 75.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 74 | 14 | 0 | 0.28 | 0.86 | 0.60 | 40.45 | 0.76 | 0.23 |
| Hex | 67 | 4A | E | 0 | 1C | 56 | 3C | 28 | 4C | 17 |
| Octal | 147 | 112 | 16 | 0 | 34 | 126 | 74 | 50 | 114 | 27 |
| Binary | 1100111 | 1001010 | 1110 | 0 | 11100 | 1010110 | 111100 | 101000 | 1001100 | 10111 |
Color Harmonies of #674A0E
Complementary color
Monochromatic Colors of #674A0E
Black with #674A0E
Text Example
Text Example
White with #674A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674A0E; }
p { color: rgb(103,74,14); }
H1.HeaderClassName
{
color: #674A0E;
}
.AnyTagClassName
{
color: #674A0E;
}
</style>
background-color css
<style>
a { background-color: #674A0E; }
a { background-color: rgb(103,74,14); }
div.DivClassName
{
background-color: #674A0E;
}
.BgClassName
{
background-color: #674A0E;
}
</style>
border-color css
<style>
span { border-color: #674A0E; }
span { border-color: rgb(103,74,14); }
td.TdClassName
{
border-color: #674A0E;
}
.TagClassName
{
border-color: #674A0E;
}
</style>