Shades of Raw Umber #674C15
Tints of Raw Umber #674C15
RGB
CMYK
RGB Variations
Color information
#674C15 (or 0x674C15) is known color: Raw Umber. HEX triplet: 67, 4C and 15. RGB value is (103,76,21). Sum of RGB (Red+Green+Blue) = 103+76+21=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #674C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #674C15 is #98B3EA. Grayscale: #4E4E4E. Windows color (decimal): -10007531 or 1395815. OLE color: 1395815.
HSL color Cylindrical-coordinate representation of color #674C15: hue angle of 40.24º 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 #674C15 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 21 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.60 |
| HSL | 40.24º | 0.66% | 0.24% | - |
| HSV(B) | 40.24º | 0.8% | 0.4% | - |
| XYZ | 8.31 | 8.11 | 1.84 | - |
| YUV | 77.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 21 | 0 | 0.26 | 0.80 | 0.60 | 40.24 | 0.66 | 0.24 |
| Hex | 67 | 4C | 15 | 0 | 1A | 50 | 3C | 28 | 42 | 18 |
| Octal | 147 | 114 | 25 | 0 | 32 | 120 | 74 | 50 | 102 | 30 |
| Binary | 1100111 | 1001100 | 10101 | 0 | 11010 | 1010000 | 111100 | 101000 | 1000010 | 11000 |
Color Harmonies of #674C15
Complementary color
Monochromatic Colors of #674C15
Black with #674C15
Text Example
Text Example
White with #674C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C15; }
p { color: rgb(103,76,21); }
H1.HeaderClassName
{
color: #674C15;
}
.AnyTagClassName
{
color: #674C15;
}
</style>
background-color css
<style>
a { background-color: #674C15; }
a { background-color: rgb(103,76,21); }
div.DivClassName
{
background-color: #674C15;
}
.BgClassName
{
background-color: #674C15;
}
</style>
border-color css
<style>
span { border-color: #674C15; }
span { border-color: rgb(103,76,21); }
td.TdClassName
{
border-color: #674C15;
}
.TagClassName
{
border-color: #674C15;
}
</style>