Shades of Raw Umber #684E01
Tints of Raw Umber #684E01
RGB
CMYK
RGB Variations
Color information
#684E01 (or 0x684E01) is known color: Raw Umber. HEX triplet: 68, 4E and 01. RGB value is (104,78,1). Sum of RGB (Red+Green+Blue) = 104+78+1=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 78 (30.86% from 255 or 42.62% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #684E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #684E01 is #97B1FE. Grayscale: #4D4D4D. Windows color (decimal): -9941503 or 85608. OLE color: 85608.
HSL color Cylindrical-coordinate representation of color #684E01: hue angle of 44.85º 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 #684E01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.59 |
| HSL | 44.85º | 0.98% | 0.21% | - |
| HSV(B) | 44.85º | 0.99% | 0.41% | - |
| XYZ | 8.44 | 8.39 | 1.2 | - |
| YUV | 77 | 85.11 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 1 | 0 | 0.25 | 0.99 | 0.59 | 44.85 | 0.98 | 0.21 |
| Hex | 68 | 4E | 1 | 0 | 19 | 63 | 3B | 2D | 62 | 15 |
| Octal | 150 | 116 | 1 | 0 | 31 | 143 | 73 | 55 | 142 | 25 |
| Binary | 1101000 | 1001110 | 1 | 0 | 11001 | 1100011 | 111011 | 101101 | 1100010 | 10101 |
Color Harmonies of #684E01
Complementary color
Monochromatic Colors of #684E01
Black with #684E01
Text Example
Text Example
White with #684E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E01; }
p { color: rgb(104,78,1); }
H1.HeaderClassName
{
color: #684E01;
}
.AnyTagClassName
{
color: #684E01;
}
</style>
background-color css
<style>
a { background-color: #684E01; }
a { background-color: rgb(104,78,1); }
div.DivClassName
{
background-color: #684E01;
}
.BgClassName
{
background-color: #684E01;
}
</style>
border-color css
<style>
span { border-color: #684E01; }
span { border-color: rgb(104,78,1); }
td.TdClassName
{
border-color: #684E01;
}
.TagClassName
{
border-color: #684E01;
}
</style>