Shades of Raw Umber #674C11
Tints of Raw Umber #674C11
RGB
CMYK
RGB Variations
Color information
#674C11 (or 0x674C11) is known color: Raw Umber. HEX triplet: 67, 4C and 11. RGB value is (103,76,17). Sum of RGB (Red+Green+Blue) = 103+76+17=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #674C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C11 is #98B3EE. Grayscale: #4D4D4D. Windows color (decimal): -10007535 or 1133671. OLE color: 1133671.
HSL color Cylindrical-coordinate representation of color #674C11: hue angle of 41.16º degrees, saturation: 0.72, 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 #674C11 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 17 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.60 |
| HSL | 41.16º | 0.72% | 0.24% | - |
| HSV(B) | 41.16º | 0.83% | 0.4% | - |
| XYZ | 8.28 | 8.09 | 1.66 | - |
| YUV | 77.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 17 | 0 | 0.26 | 0.83 | 0.60 | 41.16 | 0.72 | 0.24 |
| Hex | 67 | 4C | 11 | 0 | 1A | 53 | 3C | 29 | 48 | 18 |
| Octal | 147 | 114 | 21 | 0 | 32 | 123 | 74 | 51 | 110 | 30 |
| Binary | 1100111 | 1001100 | 10001 | 0 | 11010 | 1010011 | 111100 | 101001 | 1001000 | 11000 |
Color Harmonies of #674C11
Complementary color
Monochromatic Colors of #674C11
Black with #674C11
Text Example
Text Example
White with #674C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C11; }
p { color: rgb(103,76,17); }
H1.HeaderClassName
{
color: #674C11;
}
.AnyTagClassName
{
color: #674C11;
}
</style>
background-color css
<style>
a { background-color: #674C11; }
a { background-color: rgb(103,76,17); }
div.DivClassName
{
background-color: #674C11;
}
.BgClassName
{
background-color: #674C11;
}
</style>
border-color css
<style>
span { border-color: #674C11; }
span { border-color: rgb(103,76,17); }
td.TdClassName
{
border-color: #674C11;
}
.TagClassName
{
border-color: #674C11;
}
</style>