Shades of Raw Umber #684D00
Tints of Raw Umber #684D00
RGB
CMYK
RGB Variations
Color information
#684D00 (or 0x684D00) is known color: Raw Umber. HEX triplet: 68, 4D and 00. RGB value is (104,77,0). Sum of RGB (Red+Green+Blue) = 104+77+0=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 77 (30.47% from 255 or 42.54% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #684D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684D00 is #97B2FF. Grayscale: #4C4C4C. Windows color (decimal): -9941760 or 19816. OLE color: 19816.
HSL color Cylindrical-coordinate representation of color #684D00: hue angle of 44.42º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #684D00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.59 |
| HSL | 44.42º | 1% | 0.2% | - |
| HSV(B) | 44.42º | 1% | 0.41% | - |
| XYZ | 8.36 | 8.25 | 1.15 | - |
| YUV | 76.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 0 | 0 | 0.26 | 1 | 0.59 | 44.42 | 1 | 0.2 |
| Hex | 68 | 4D | 0 | 0 | 1A | 64 | 3B | 2C | 64 | 14 |
| Octal | 150 | 115 | 0 | 0 | 32 | 144 | 73 | 54 | 144 | 24 |
| Binary | 1101000 | 1001101 | 0 | 0 | 11010 | 1100100 | 111011 | 101100 | 1100100 | 10100 |
Color Harmonies of #684D00
Complementary color
Monochromatic Colors of #684D00
Black with #684D00
Text Example
Text Example
White with #684D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D00; }
p { color: rgb(104,77,0); }
H1.HeaderClassName
{
color: #684D00;
}
.AnyTagClassName
{
color: #684D00;
}
</style>
background-color css
<style>
a { background-color: #684D00; }
a { background-color: rgb(104,77,0); }
div.DivClassName
{
background-color: #684D00;
}
.BgClassName
{
background-color: #684D00;
}
</style>
border-color css
<style>
span { border-color: #684D00; }
span { border-color: rgb(104,77,0); }
td.TdClassName
{
border-color: #684D00;
}
.TagClassName
{
border-color: #684D00;
}
</style>