Shades of Raw Umber #684D18
Tints of Raw Umber #684D18
RGB
CMYK
RGB Variations
Color information
#684D18 (or 0x684D18) is known color: Raw Umber. HEX triplet: 68, 4D and 18. RGB value is (104,77,24). Sum of RGB (Red+Green+Blue) = 104+77+24=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #684D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D18 is #97B2E7. Grayscale: #4F4F4F. Windows color (decimal): -9941736 or 1592680. OLE color: 1592680.
HSL color Cylindrical-coordinate representation of color #684D18: hue angle of 39.75º 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 #684D18 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 24 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.59 |
| HSL | 39.75º | 0.63% | 0.25% | - |
| HSV(B) | 39.75º | 0.77% | 0.41% | - |
| XYZ | 8.53 | 8.32 | 2.02 | - |
| YUV | 79.03 | 96.95 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 24 | 0 | 0.26 | 0.77 | 0.59 | 39.75 | 0.63 | 0.25 |
| Hex | 68 | 4D | 18 | 0 | 1A | 4D | 3B | 28 | 3E | 19 |
| Octal | 150 | 115 | 30 | 0 | 32 | 115 | 73 | 50 | 76 | 31 |
| Binary | 1101000 | 1001101 | 11000 | 0 | 11010 | 1001101 | 111011 | 101000 | 111110 | 11001 |
Color Harmonies of #684D18
Complementary color
Monochromatic Colors of #684D18
Black with #684D18
Text Example
Text Example
White with #684D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D18; }
p { color: rgb(104,77,24); }
H1.HeaderClassName
{
color: #684D18;
}
.AnyTagClassName
{
color: #684D18;
}
</style>
background-color css
<style>
a { background-color: #684D18; }
a { background-color: rgb(104,77,24); }
div.DivClassName
{
background-color: #684D18;
}
.BgClassName
{
background-color: #684D18;
}
</style>
border-color css
<style>
span { border-color: #684D18; }
span { border-color: rgb(104,77,24); }
td.TdClassName
{
border-color: #684D18;
}
.TagClassName
{
border-color: #684D18;
}
</style>