Shades of Raw Umber #684701
Tints of Raw Umber #684701
RGB
CMYK
RGB Variations
Color information
#684701 (or 0x684701) is known color: Raw Umber. HEX triplet: 68, 47 and 01. RGB value is (104,71,1). Sum of RGB (Red+Green+Blue) = 104+71+1=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 71 (28.12% from 255 or 40.34% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #684701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684701 is #97B8FE. Grayscale: #494949. Windows color (decimal): -9943295 or 83816. OLE color: 83816.
HSL color Cylindrical-coordinate representation of color #684701: hue angle of 40.78º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #684701 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.59 |
| HSL | 40.78º | 0.98% | 0.21% | - |
| HSV(B) | 40.78º | 0.99% | 0.41% | - |
| XYZ | 7.97 | 7.45 | 1.05 | - |
| YUV | 72.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 1 | 0 | 0.32 | 0.99 | 0.59 | 40.78 | 0.98 | 0.21 |
| Hex | 68 | 47 | 1 | 0 | 20 | 63 | 3B | 29 | 62 | 15 |
| Octal | 150 | 107 | 1 | 0 | 40 | 143 | 73 | 51 | 142 | 25 |
| Binary | 1101000 | 1000111 | 1 | 0 | 100000 | 1100011 | 111011 | 101001 | 1100010 | 10101 |
Color Harmonies of #684701
Complementary color
Monochromatic Colors of #684701
Black with #684701
Text Example
Text Example
White with #684701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684701; }
p { color: rgb(104,71,1); }
H1.HeaderClassName
{
color: #684701;
}
.AnyTagClassName
{
color: #684701;
}
</style>
background-color css
<style>
a { background-color: #684701; }
a { background-color: rgb(104,71,1); }
div.DivClassName
{
background-color: #684701;
}
.BgClassName
{
background-color: #684701;
}
</style>
border-color css
<style>
span { border-color: #684701; }
span { border-color: rgb(104,71,1); }
td.TdClassName
{
border-color: #684701;
}
.TagClassName
{
border-color: #684701;
}
</style>