Shades of Raw Umber #684F00
Tints of Raw Umber #684F00
RGB
CMYK
RGB Variations
Color information
#684F00 (or 0x684F00) is known color: Raw Umber. HEX triplet: 68, 4F and 00. RGB value is (104,79,0). Sum of RGB (Red+Green+Blue) = 104+79+0=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 79 (31.25% from 255 or 43.17% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #684F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684F00 is #97B0FF. Grayscale: #4D4D4D. Windows color (decimal): -9941248 or 20328. OLE color: 20328.
HSL color Cylindrical-coordinate representation of color #684F00: hue angle of 45.58º 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 #684F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.59 |
| HSL | 45.58º | 1% | 0.2% | - |
| HSV(B) | 45.58º | 1% | 0.41% | - |
| XYZ | 8.5 | 8.54 | 1.2 | - |
| YUV | 77.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 0 | 0 | 0.24 | 1 | 0.59 | 45.58 | 1 | 0.2 |
| Hex | 68 | 4F | 0 | 0 | 18 | 64 | 3B | 2E | 64 | 14 |
| Octal | 150 | 117 | 0 | 0 | 30 | 144 | 73 | 56 | 144 | 24 |
| Binary | 1101000 | 1001111 | 0 | 0 | 11000 | 1100100 | 111011 | 101110 | 1100100 | 10100 |
Color Harmonies of #684F00
Complementary color
Monochromatic Colors of #684F00
Black with #684F00
Text Example
Text Example
White with #684F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F00; }
p { color: rgb(104,79,0); }
H1.HeaderClassName
{
color: #684F00;
}
.AnyTagClassName
{
color: #684F00;
}
</style>
background-color css
<style>
a { background-color: #684F00; }
a { background-color: rgb(104,79,0); }
div.DivClassName
{
background-color: #684F00;
}
.BgClassName
{
background-color: #684F00;
}
</style>
border-color css
<style>
span { border-color: #684F00; }
span { border-color: rgb(104,79,0); }
td.TdClassName
{
border-color: #684F00;
}
.TagClassName
{
border-color: #684F00;
}
</style>