Shades of Raw Umber #684207
Tints of Raw Umber #684207
RGB
CMYK
RGB Variations
Color information
#684207 (or 0x684207) is known color: Raw Umber. HEX triplet: 68, 42 and 07. RGB value is (104,66,7). Sum of RGB (Red+Green+Blue) = 104+66+7=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #684207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684207 is #97BDF8. Grayscale: #464646. Windows color (decimal): -9944569 or 475752. OLE color: 475752.
HSL color Cylindrical-coordinate representation of color #684207: hue angle of 36.49º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #684207 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 7 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.59 |
| HSL | 36.49º | 0.87% | 0.22% | - |
| HSV(B) | 36.49º | 0.93% | 0.41% | - |
| XYZ | 7.7 | 6.85 | 1.12 | - |
| YUV | 70.64 | 92.09 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 7 | 0 | 0.37 | 0.93 | 0.59 | 36.49 | 0.87 | 0.22 |
| Hex | 68 | 42 | 7 | 0 | 25 | 5D | 3B | 24 | 57 | 16 |
| Octal | 150 | 102 | 7 | 0 | 45 | 135 | 73 | 44 | 127 | 26 |
| Binary | 1101000 | 1000010 | 111 | 0 | 100101 | 1011101 | 111011 | 100100 | 1010111 | 10110 |
Color Harmonies of #684207
Complementary color
Monochromatic Colors of #684207
Black with #684207
Text Example
Text Example
White with #684207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684207; }
p { color: rgb(104,66,7); }
H1.HeaderClassName
{
color: #684207;
}
.AnyTagClassName
{
color: #684207;
}
</style>
background-color css
<style>
a { background-color: #684207; }
a { background-color: rgb(104,66,7); }
div.DivClassName
{
background-color: #684207;
}
.BgClassName
{
background-color: #684207;
}
</style>
border-color css
<style>
span { border-color: #684207; }
span { border-color: rgb(104,66,7); }
td.TdClassName
{
border-color: #684207;
}
.TagClassName
{
border-color: #684207;
}
</style>