Shades of Raw Umber #684A00
Tints of Raw Umber #684A00
RGB
CMYK
RGB Variations
Color information
#684A00 (or 0x684A00) is known color: Raw Umber. HEX triplet: 68, 4A and 00. RGB value is (104,74,0). Sum of RGB (Red+Green+Blue) = 104+74+0=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #684A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A00 is #97B5FF. Grayscale: #4A4A4A. Windows color (decimal): -9942528 or 19048. OLE color: 19048.
HSL color Cylindrical-coordinate representation of color #684A00: hue angle of 42.69º 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 #684A00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.59 |
| HSL | 42.69º | 1% | 0.2% | - |
| HSV(B) | 42.69º | 1% | 0.41% | - |
| XYZ | 8.16 | 7.84 | 1.08 | - |
| YUV | 74.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 0 | 0 | 0.29 | 1 | 0.59 | 42.69 | 1 | 0.2 |
| Hex | 68 | 4A | 0 | 0 | 1D | 64 | 3B | 2B | 64 | 14 |
| Octal | 150 | 112 | 0 | 0 | 35 | 144 | 73 | 53 | 144 | 24 |
| Binary | 1101000 | 1001010 | 0 | 0 | 11101 | 1100100 | 111011 | 101011 | 1100100 | 10100 |
Color Harmonies of #684A00
Complementary color
Monochromatic Colors of #684A00
Black with #684A00
Text Example
Text Example
White with #684A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A00; }
p { color: rgb(104,74,0); }
H1.HeaderClassName
{
color: #684A00;
}
.AnyTagClassName
{
color: #684A00;
}
</style>
background-color css
<style>
a { background-color: #684A00; }
a { background-color: rgb(104,74,0); }
div.DivClassName
{
background-color: #684A00;
}
.BgClassName
{
background-color: #684A00;
}
</style>
border-color css
<style>
span { border-color: #684A00; }
span { border-color: rgb(104,74,0); }
td.TdClassName
{
border-color: #684A00;
}
.TagClassName
{
border-color: #684A00;
}
</style>