Shades of Raw Umber #684905
Tints of Raw Umber #684905
RGB
CMYK
RGB Variations
Color information
#684905 (or 0x684905) is known color: Raw Umber. HEX triplet: 68, 49 and 05. RGB value is (104,73,5). Sum of RGB (Red+Green+Blue) = 104+73+5=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #684905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684905 is #97B6FA. Grayscale: #4A4A4A. Windows color (decimal): -9942779 or 346472. OLE color: 346472.
HSL color Cylindrical-coordinate representation of color #684905: hue angle of 41.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #684905 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 5 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.59 |
| HSL | 41.21º | 0.91% | 0.21% | - |
| HSV(B) | 41.21º | 0.95% | 0.41% | - |
| XYZ | 8.12 | 7.72 | 1.21 | - |
| YUV | 74.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 5 | 0 | 0.30 | 0.95 | 0.59 | 41.21 | 0.91 | 0.21 |
| Hex | 68 | 49 | 5 | 0 | 1E | 5F | 3B | 29 | 5B | 15 |
| Octal | 150 | 111 | 5 | 0 | 36 | 137 | 73 | 51 | 133 | 25 |
| Binary | 1101000 | 1001001 | 101 | 0 | 11110 | 1011111 | 111011 | 101001 | 1011011 | 10101 |
Color Harmonies of #684905
Complementary color
Monochromatic Colors of #684905
Black with #684905
Text Example
Text Example
White with #684905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684905; }
p { color: rgb(104,73,5); }
H1.HeaderClassName
{
color: #684905;
}
.AnyTagClassName
{
color: #684905;
}
</style>
background-color css
<style>
a { background-color: #684905; }
a { background-color: rgb(104,73,5); }
div.DivClassName
{
background-color: #684905;
}
.BgClassName
{
background-color: #684905;
}
</style>
border-color css
<style>
span { border-color: #684905; }
span { border-color: rgb(104,73,5); }
td.TdClassName
{
border-color: #684905;
}
.TagClassName
{
border-color: #684905;
}
</style>