Shades of Raw Umber #674D15
Tints of Raw Umber #674D15
RGB
CMYK
RGB Variations
Color information
#674D15 (or 0x674D15) is known color: Raw Umber. HEX triplet: 67, 4D and 15. RGB value is (103,77,21). Sum of RGB (Red+Green+Blue) = 103+77+21=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #674D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #674D15 is #98B2EA. Grayscale: #4E4E4E. Windows color (decimal): -10007275 or 1396071. OLE color: 1396071.
HSL color Cylindrical-coordinate representation of color #674D15: hue angle of 40.98º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #674D15 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 77 | 21 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.60 |
| HSL | 40.98º | 0.66% | 0.24% | - |
| HSV(B) | 40.98º | 0.8% | 0.4% | - |
| XYZ | 8.38 | 8.25 | 1.86 | - |
| YUV | 78.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 77 | 21 | 0 | 0.25 | 0.80 | 0.60 | 40.98 | 0.66 | 0.24 |
| Hex | 67 | 4D | 15 | 0 | 19 | 50 | 3C | 29 | 42 | 18 |
| Octal | 147 | 115 | 25 | 0 | 31 | 120 | 74 | 51 | 102 | 30 |
| Binary | 1100111 | 1001101 | 10101 | 0 | 11001 | 1010000 | 111100 | 101001 | 1000010 | 11000 |
Color Harmonies of #674D15
Complementary color
Monochromatic Colors of #674D15
Black with #674D15
Text Example
Text Example
White with #674D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674D15; }
p { color: rgb(103,77,21); }
H1.HeaderClassName
{
color: #674D15;
}
.AnyTagClassName
{
color: #674D15;
}
</style>
background-color css
<style>
a { background-color: #674D15; }
a { background-color: rgb(103,77,21); }
div.DivClassName
{
background-color: #674D15;
}
.BgClassName
{
background-color: #674D15;
}
</style>
border-color css
<style>
span { border-color: #674D15; }
span { border-color: rgb(103,77,21); }
td.TdClassName
{
border-color: #674D15;
}
.TagClassName
{
border-color: #674D15;
}
</style>