Shades of Raw Umber #674D10
Tints of Raw Umber #674D10
RGB
CMYK
RGB Variations
Color information
#674D10 (or 0x674D10) is known color: Raw Umber. HEX triplet: 67, 4D and 10. RGB value is (103,77,16). Sum of RGB (Red+Green+Blue) = 103+77+16=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 16 (6.64% from 255 or 8.16% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #674D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D10 is #98B2EF. Grayscale: #4E4E4E. Windows color (decimal): -10007280 or 1068391. OLE color: 1068391.
HSL color Cylindrical-coordinate representation of color #674D10: hue angle of 42.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #674D10 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 16 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.60 |
| HSL | 42.07º | 0.73% | 0.23% | - |
| HSV(B) | 42.07º | 0.84% | 0.4% | - |
| XYZ | 8.34 | 8.23 | 1.64 | - |
| YUV | 77.82 | 93.11 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 16 | 0 | 0.25 | 0.84 | 0.60 | 42.07 | 0.73 | 0.23 |
| Hex | 67 | 4D | 10 | 0 | 19 | 54 | 3C | 2A | 49 | 17 |
| Octal | 147 | 115 | 20 | 0 | 31 | 124 | 74 | 52 | 111 | 27 |
| Binary | 1100111 | 1001101 | 10000 | 0 | 11001 | 1010100 | 111100 | 101010 | 1001001 | 10111 |
Color Harmonies of #674D10
Complementary color
Monochromatic Colors of #674D10
Black with #674D10
Text Example
Text Example
White with #674D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D10; }
p { color: rgb(103,77,16); }
H1.HeaderClassName
{
color: #674D10;
}
.AnyTagClassName
{
color: #674D10;
}
</style>
background-color css
<style>
a { background-color: #674D10; }
a { background-color: rgb(103,77,16); }
div.DivClassName
{
background-color: #674D10;
}
.BgClassName
{
background-color: #674D10;
}
</style>
border-color css
<style>
span { border-color: #674D10; }
span { border-color: rgb(103,77,16); }
td.TdClassName
{
border-color: #674D10;
}
.TagClassName
{
border-color: #674D10;
}
</style>