Shades of Raw Umber #674C12
Tints of Raw Umber #674C12
RGB
CMYK
RGB Variations
Color information
#674C12 (or 0x674C12) is known color: Raw Umber. HEX triplet: 67, 4C and 12. RGB value is (103,76,18). Sum of RGB (Red+Green+Blue) = 103+76+18=197 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.28% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 103 - color contains mainly: red. Hex color #674C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C12 is #98B3ED. Grayscale: #4D4D4D. Windows color (decimal): -10007534 or 1199207. OLE color: 1199207.
HSL color Cylindrical-coordinate representation of color #674C12: hue angle of 40.94º 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 #674C12 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 18 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.60 |
| HSL | 40.94º | 0.7% | 0.24% | - |
| HSV(B) | 40.94º | 0.83% | 0.4% | - |
| XYZ | 8.29 | 8.1 | 1.7 | - |
| YUV | 77.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 18 | 0 | 0.26 | 0.83 | 0.60 | 40.94 | 0.7 | 0.24 |
| Hex | 67 | 4C | 12 | 0 | 1A | 53 | 3C | 29 | 46 | 18 |
| Octal | 147 | 114 | 22 | 0 | 32 | 123 | 74 | 51 | 106 | 30 |
| Binary | 1100111 | 1001100 | 10010 | 0 | 11010 | 1010011 | 111100 | 101001 | 1000110 | 11000 |
Color Harmonies of #674C12
Complementary color
Monochromatic Colors of #674C12
Black with #674C12
Text Example
Text Example
White with #674C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C12; }
p { color: rgb(103,76,18); }
H1.HeaderClassName
{
color: #674C12;
}
.AnyTagClassName
{
color: #674C12;
}
</style>
background-color css
<style>
a { background-color: #674C12; }
a { background-color: rgb(103,76,18); }
div.DivClassName
{
background-color: #674C12;
}
.BgClassName
{
background-color: #674C12;
}
</style>
border-color css
<style>
span { border-color: #674C12; }
span { border-color: rgb(103,76,18); }
td.TdClassName
{
border-color: #674C12;
}
.TagClassName
{
border-color: #674C12;
}
</style>