Shades of Raw Umber #674F12
Tints of Raw Umber #674F12
RGB
CMYK
RGB Variations
Color information
#674F12 (or 0x674F12) is known color: Raw Umber. HEX triplet: 67, 4F and 12. RGB value is (103,79,18). Sum of RGB (Red+Green+Blue) = 103+79+18=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674F12 is #98B0ED. Grayscale: #4F4F4F. Windows color (decimal): -10006766 or 1199975. OLE color: 1199975.
HSL color Cylindrical-coordinate representation of color #674F12: hue angle of 43.06º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #674F12 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 79 | 18 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.60 |
| HSL | 43.06º | 0.7% | 0.24% | - |
| HSV(B) | 43.06º | 0.83% | 0.4% | - |
| XYZ | 8.5 | 8.52 | 1.77 | - |
| YUV | 79.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 79 | 18 | 0 | 0.23 | 0.83 | 0.60 | 43.06 | 0.7 | 0.24 |
| Hex | 67 | 4F | 12 | 0 | 17 | 53 | 3C | 2B | 46 | 18 |
| Octal | 147 | 117 | 22 | 0 | 27 | 123 | 74 | 53 | 106 | 30 |
| Binary | 1100111 | 1001111 | 10010 | 0 | 10111 | 1010011 | 111100 | 101011 | 1000110 | 11000 |
Color Harmonies of #674F12
Complementary color
Monochromatic Colors of #674F12
Black with #674F12
Text Example
Text Example
White with #674F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674F12; }
p { color: rgb(103,79,18); }
H1.HeaderClassName
{
color: #674F12;
}
.AnyTagClassName
{
color: #674F12;
}
</style>
background-color css
<style>
a { background-color: #674F12; }
a { background-color: rgb(103,79,18); }
div.DivClassName
{
background-color: #674F12;
}
.BgClassName
{
background-color: #674F12;
}
</style>
border-color css
<style>
span { border-color: #674F12; }
span { border-color: rgb(103,79,18); }
td.TdClassName
{
border-color: #674F12;
}
.TagClassName
{
border-color: #674F12;
}
</style>