Shades of Raw Umber #674D13
Tints of Raw Umber #674D13
RGB
CMYK
RGB Variations
Color information
#674D13 (or 0x674D13) is known color: Raw Umber. HEX triplet: 67, 4D and 13. RGB value is (103,77,19). Sum of RGB (Red+Green+Blue) = 103+77+19=199 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.76% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 103 - color contains mainly: red. Hex color #674D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D13 is #98B2EC. Grayscale: #4E4E4E. Windows color (decimal): -10007277 or 1264999. OLE color: 1264999.
HSL color Cylindrical-coordinate representation of color #674D13: hue angle of 41.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #674D13 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 19 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.60 |
| HSL | 41.43º | 0.69% | 0.24% | - |
| HSV(B) | 41.43º | 0.82% | 0.4% | - |
| XYZ | 8.36 | 8.24 | 1.77 | - |
| YUV | 78.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 19 | 0 | 0.25 | 0.82 | 0.60 | 41.43 | 0.69 | 0.24 |
| Hex | 67 | 4D | 13 | 0 | 19 | 52 | 3C | 29 | 45 | 18 |
| Octal | 147 | 115 | 23 | 0 | 31 | 122 | 74 | 51 | 105 | 30 |
| Binary | 1100111 | 1001101 | 10011 | 0 | 11001 | 1010010 | 111100 | 101001 | 1000101 | 11000 |
Color Harmonies of #674D13
Complementary color
Monochromatic Colors of #674D13
Black with #674D13
Text Example
Text Example
White with #674D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D13; }
p { color: rgb(103,77,19); }
H1.HeaderClassName
{
color: #674D13;
}
.AnyTagClassName
{
color: #674D13;
}
</style>
background-color css
<style>
a { background-color: #674D13; }
a { background-color: rgb(103,77,19); }
div.DivClassName
{
background-color: #674D13;
}
.BgClassName
{
background-color: #674D13;
}
</style>
border-color css
<style>
span { border-color: #674D13; }
span { border-color: rgb(103,77,19); }
td.TdClassName
{
border-color: #674D13;
}
.TagClassName
{
border-color: #674D13;
}
</style>