Shades of Raw Umber #684405
Tints of Raw Umber #684405
RGB
CMYK
RGB Variations
Color information
#684405 (or 0x684405) is known color: Raw Umber. HEX triplet: 68, 44 and 05. RGB value is (104,68,5). Sum of RGB (Red+Green+Blue) = 104+68+5=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #684405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684405 is #97BBFA. Grayscale: #474747. Windows color (decimal): -9944059 or 345192. OLE color: 345192.
HSL color Cylindrical-coordinate representation of color #684405: hue angle of 38.18º 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 #684405 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 5 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.59 |
| HSL | 38.18º | 0.91% | 0.21% | - |
| HSV(B) | 38.18º | 0.95% | 0.41% | - |
| XYZ | 7.8 | 7.09 | 1.1 | - |
| YUV | 71.58 | 90.43 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 5 | 0 | 0.35 | 0.95 | 0.59 | 38.18 | 0.91 | 0.21 |
| Hex | 68 | 44 | 5 | 0 | 23 | 5F | 3B | 26 | 5B | 15 |
| Octal | 150 | 104 | 5 | 0 | 43 | 137 | 73 | 46 | 133 | 25 |
| Binary | 1101000 | 1000100 | 101 | 0 | 100011 | 1011111 | 111011 | 100110 | 1011011 | 10101 |
Color Harmonies of #684405
Complementary color
Monochromatic Colors of #684405
Black with #684405
Text Example
Text Example
White with #684405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684405; }
p { color: rgb(104,68,5); }
H1.HeaderClassName
{
color: #684405;
}
.AnyTagClassName
{
color: #684405;
}
</style>
background-color css
<style>
a { background-color: #684405; }
a { background-color: rgb(104,68,5); }
div.DivClassName
{
background-color: #684405;
}
.BgClassName
{
background-color: #684405;
}
</style>
border-color css
<style>
span { border-color: #684405; }
span { border-color: rgb(104,68,5); }
td.TdClassName
{
border-color: #684405;
}
.TagClassName
{
border-color: #684405;
}
</style>