Shades of Raw Umber #684401
Tints of Raw Umber #684401
RGB
CMYK
RGB Variations
Color information
#684401 (or 0x684401) is known color: Raw Umber. HEX triplet: 68, 44 and 01. RGB value is (104,68,1). Sum of RGB (Red+Green+Blue) = 104+68+1=173 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.12% from 173); Green value is 68 (26.95% from 255 or 39.31% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 104 - color contains mainly: red. Hex color #684401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684401 is #97BBFE. Grayscale: #474747. Windows color (decimal): -9944063 or 83048. OLE color: 83048.
HSL color Cylindrical-coordinate representation of color #684401: hue angle of 39.03º 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 #684401 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.59 |
| HSL | 39.03º | 0.98% | 0.21% | - |
| HSV(B) | 39.03º | 0.99% | 0.41% | - |
| XYZ | 7.78 | 7.08 | 0.99 | - |
| YUV | 71.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 1 | 0 | 0.35 | 0.99 | 0.59 | 39.03 | 0.98 | 0.21 |
| Hex | 68 | 44 | 1 | 0 | 23 | 63 | 3B | 27 | 62 | 15 |
| Octal | 150 | 104 | 1 | 0 | 43 | 143 | 73 | 47 | 142 | 25 |
| Binary | 1101000 | 1000100 | 1 | 0 | 100011 | 1100011 | 111011 | 100111 | 1100010 | 10101 |
Color Harmonies of #684401
Complementary color
Monochromatic Colors of #684401
Black with #684401
Text Example
Text Example
White with #684401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684401; }
p { color: rgb(104,68,1); }
H1.HeaderClassName
{
color: #684401;
}
.AnyTagClassName
{
color: #684401;
}
</style>
background-color css
<style>
a { background-color: #684401; }
a { background-color: rgb(104,68,1); }
div.DivClassName
{
background-color: #684401;
}
.BgClassName
{
background-color: #684401;
}
</style>
border-color css
<style>
span { border-color: #684401; }
span { border-color: rgb(104,68,1); }
td.TdClassName
{
border-color: #684401;
}
.TagClassName
{
border-color: #684401;
}
</style>