Shades of Raw Umber #684A15
Tints of Raw Umber #684A15
RGB
CMYK
RGB Variations
Color information
#684A15 (or 0x684A15) is known color: Raw Umber. HEX triplet: 68, 4A and 15. RGB value is (104,74,21). Sum of RGB (Red+Green+Blue) = 104+74+21=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #684A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A15 is #97B5EA. Grayscale: #4D4D4D. Windows color (decimal): -9942507 or 1395304. OLE color: 1395304.
HSL color Cylindrical-coordinate representation of color #684A15: hue angle of 38.31º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #684A15 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 21 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.59 |
| HSL | 38.31º | 0.66% | 0.25% | - |
| HSV(B) | 38.31º | 0.8% | 0.41% | - |
| XYZ | 8.29 | 7.89 | 1.8 | - |
| YUV | 76.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 21 | 0 | 0.29 | 0.80 | 0.59 | 38.31 | 0.66 | 0.25 |
| Hex | 68 | 4A | 15 | 0 | 1D | 50 | 3B | 26 | 42 | 19 |
| Octal | 150 | 112 | 25 | 0 | 35 | 120 | 73 | 46 | 102 | 31 |
| Binary | 1101000 | 1001010 | 10101 | 0 | 11101 | 1010000 | 111011 | 100110 | 1000010 | 11001 |
Color Harmonies of #684A15
Complementary color
Monochromatic Colors of #684A15
Black with #684A15
Text Example
Text Example
White with #684A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A15; }
p { color: rgb(104,74,21); }
H1.HeaderClassName
{
color: #684A15;
}
.AnyTagClassName
{
color: #684A15;
}
</style>
background-color css
<style>
a { background-color: #684A15; }
a { background-color: rgb(104,74,21); }
div.DivClassName
{
background-color: #684A15;
}
.BgClassName
{
background-color: #684A15;
}
</style>
border-color css
<style>
span { border-color: #684A15; }
span { border-color: rgb(104,74,21); }
td.TdClassName
{
border-color: #684A15;
}
.TagClassName
{
border-color: #684A15;
}
</style>