Shades of Raw Umber #684101
Tints of Raw Umber #684101
RGB
CMYK
RGB Variations
Color information
#684101 (or 0x684101) is known color: Raw Umber. HEX triplet: 68, 41 and 01. RGB value is (104,65,1). Sum of RGB (Red+Green+Blue) = 104+65+1=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #684101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684101 is #97BEFE. Grayscale: #454545. Windows color (decimal): -9944831 or 82280. OLE color: 82280.
HSL color Cylindrical-coordinate representation of color #684101: hue angle of 37.28º 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 #684101 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 1 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.59 |
| HSL | 37.28º | 0.98% | 0.21% | - |
| HSV(B) | 37.28º | 0.99% | 0.41% | - |
| XYZ | 7.6 | 6.73 | 0.93 | - |
| YUV | 69.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 1 | 0 | 0.38 | 0.99 | 0.59 | 37.28 | 0.98 | 0.21 |
| Hex | 68 | 41 | 1 | 0 | 26 | 63 | 3B | 25 | 62 | 15 |
| Octal | 150 | 101 | 1 | 0 | 46 | 143 | 73 | 45 | 142 | 25 |
| Binary | 1101000 | 1000001 | 1 | 0 | 100110 | 1100011 | 111011 | 100101 | 1100010 | 10101 |
Color Harmonies of #684101
Complementary color
Monochromatic Colors of #684101
Black with #684101
Text Example
Text Example
White with #684101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684101; }
p { color: rgb(104,65,1); }
H1.HeaderClassName
{
color: #684101;
}
.AnyTagClassName
{
color: #684101;
}
</style>
background-color css
<style>
a { background-color: #684101; }
a { background-color: rgb(104,65,1); }
div.DivClassName
{
background-color: #684101;
}
.BgClassName
{
background-color: #684101;
}
</style>
border-color css
<style>
span { border-color: #684101; }
span { border-color: rgb(104,65,1); }
td.TdClassName
{
border-color: #684101;
}
.TagClassName
{
border-color: #684101;
}
</style>