Shades of Raw Umber #684F18
Tints of Raw Umber #684F18
RGB
CMYK
RGB Variations
Color information
#684F18 (or 0x684F18) is known color: Raw Umber. HEX triplet: 68, 4F and 18. RGB value is (104,79,24). Sum of RGB (Red+Green+Blue) = 104+79+24=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #684F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684F18 is #97B0E7. Grayscale: #505050. Windows color (decimal): -9941224 or 1593192. OLE color: 1593192.
HSL color Cylindrical-coordinate representation of color #684F18: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #684F18 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 24 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.59 |
| HSL | 41.25º | 0.63% | 0.25% | - |
| HSV(B) | 41.25º | 0.77% | 0.41% | - |
| XYZ | 8.67 | 8.6 | 2.07 | - |
| YUV | 80.21 | 96.28 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 24 | 0 | 0.24 | 0.77 | 0.59 | 41.25 | 0.63 | 0.25 |
| Hex | 68 | 4F | 18 | 0 | 18 | 4D | 3B | 29 | 3E | 19 |
| Octal | 150 | 117 | 30 | 0 | 30 | 115 | 73 | 51 | 76 | 31 |
| Binary | 1101000 | 1001111 | 11000 | 0 | 11000 | 1001101 | 111011 | 101001 | 111110 | 11001 |
Color Harmonies of #684F18
Complementary color
Monochromatic Colors of #684F18
Black with #684F18
Text Example
Text Example
White with #684F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F18; }
p { color: rgb(104,79,24); }
H1.HeaderClassName
{
color: #684F18;
}
.AnyTagClassName
{
color: #684F18;
}
</style>
background-color css
<style>
a { background-color: #684F18; }
a { background-color: rgb(104,79,24); }
div.DivClassName
{
background-color: #684F18;
}
.BgClassName
{
background-color: #684F18;
}
</style>
border-color css
<style>
span { border-color: #684F18; }
span { border-color: rgb(104,79,24); }
td.TdClassName
{
border-color: #684F18;
}
.TagClassName
{
border-color: #684F18;
}
</style>