Shades of Raw Umber #674F0C
Tints of Raw Umber #674F0C
RGB
CMYK
RGB Variations
Color information
#674F0C (or 0x674F0C) is known color: Raw Umber. HEX triplet: 67, 4F and 0C. RGB value is (103,79,12). Sum of RGB (Red+Green+Blue) = 103+79+12=194 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.09% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 103 - color contains mainly: red. Hex color #674F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F0C is #98B0F3. Grayscale: #4E4E4E. Windows color (decimal): -10006772 or 806759. OLE color: 806759.
HSL color Cylindrical-coordinate representation of color #674F0C: hue angle of 44.18º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #674F0C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 12 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.60 |
| HSL | 44.18º | 0.79% | 0.23% | - |
| HSV(B) | 44.18º | 0.88% | 0.4% | - |
| XYZ | 8.46 | 8.5 | 1.54 | - |
| YUV | 78.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 12 | 0 | 0.23 | 0.88 | 0.60 | 44.18 | 0.79 | 0.23 |
| Hex | 67 | 4F | C | 0 | 17 | 58 | 3C | 2C | 4F | 17 |
| Octal | 147 | 117 | 14 | 0 | 27 | 130 | 74 | 54 | 117 | 27 |
| Binary | 1100111 | 1001111 | 1100 | 0 | 10111 | 1011000 | 111100 | 101100 | 1001111 | 10111 |
Color Harmonies of #674F0C
Complementary color
Monochromatic Colors of #674F0C
Black with #674F0C
Text Example
Text Example
White with #674F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F0C; }
p { color: rgb(103,79,12); }
H1.HeaderClassName
{
color: #674F0C;
}
.AnyTagClassName
{
color: #674F0C;
}
</style>
background-color css
<style>
a { background-color: #674F0C; }
a { background-color: rgb(103,79,12); }
div.DivClassName
{
background-color: #674F0C;
}
.BgClassName
{
background-color: #674F0C;
}
</style>
border-color css
<style>
span { border-color: #674F0C; }
span { border-color: rgb(103,79,12); }
td.TdClassName
{
border-color: #674F0C;
}
.TagClassName
{
border-color: #674F0C;
}
</style>