Shades of Raw Umber #684200
Tints of Raw Umber #684200
RGB
CMYK
RGB Variations
Color information
#684200 (or 0x684200) is known color: Raw Umber. HEX triplet: 68, 42 and 00. RGB value is (104,66,0). Sum of RGB (Red+Green+Blue) = 104+66+0=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #684200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684200 is #97BDFF. Grayscale: #464646. Windows color (decimal): -9944576 or 17000. OLE color: 17000.
HSL color Cylindrical-coordinate representation of color #684200: hue angle of 38.08º 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 #684200 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.59 |
| HSL | 38.08º | 1% | 0.2% | - |
| HSV(B) | 38.08º | 1% | 0.41% | - |
| XYZ | 7.66 | 6.84 | 0.92 | - |
| YUV | 69.84 | 88.59 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 0 | 0 | 0.37 | 1 | 0.59 | 38.08 | 1 | 0.2 |
| Hex | 68 | 42 | 0 | 0 | 25 | 64 | 3B | 26 | 64 | 14 |
| Octal | 150 | 102 | 0 | 0 | 45 | 144 | 73 | 46 | 144 | 24 |
| Binary | 1101000 | 1000010 | 0 | 0 | 100101 | 1100100 | 111011 | 100110 | 1100100 | 10100 |
Color Harmonies of #684200
Complementary color
Monochromatic Colors of #684200
Black with #684200
Text Example
Text Example
White with #684200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684200; }
p { color: rgb(104,66,0); }
H1.HeaderClassName
{
color: #684200;
}
.AnyTagClassName
{
color: #684200;
}
</style>
background-color css
<style>
a { background-color: #684200; }
a { background-color: rgb(104,66,0); }
div.DivClassName
{
background-color: #684200;
}
.BgClassName
{
background-color: #684200;
}
</style>
border-color css
<style>
span { border-color: #684200; }
span { border-color: rgb(104,66,0); }
td.TdClassName
{
border-color: #684200;
}
.TagClassName
{
border-color: #684200;
}
</style>