Shades of Raw Umber #683C0A
Tints of Raw Umber #683C0A
RGB
CMYK
RGB Variations
Color information
#683C0A (or 0x683C0A) is known color: Raw Umber. HEX triplet: 68, 3C and 0A. RGB value is (104,60,10). Sum of RGB (Red+Green+Blue) = 104+60+10=174 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.77% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 104 - color contains mainly: red. Hex color #683C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683C0A is #97C3F5. Grayscale: #434343. Windows color (decimal): -9946102 or 670824. OLE color: 670824.
HSL color Cylindrical-coordinate representation of color #683C0A: hue angle of 31.91º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #683C0A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 10 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.59 |
| HSL | 31.91º | 0.82% | 0.22% | - |
| HSV(B) | 31.91º | 0.9% | 0.41% | - |
| XYZ | 7.38 | 6.2 | 1.09 | - |
| YUV | 67.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 10 | 0 | 0.42 | 0.90 | 0.59 | 31.91 | 0.82 | 0.22 |
| Hex | 68 | 3C | A | 0 | 2A | 5A | 3B | 20 | 52 | 16 |
| Octal | 150 | 74 | 12 | 0 | 52 | 132 | 73 | 40 | 122 | 26 |
| Binary | 1101000 | 111100 | 1010 | 0 | 101010 | 1011010 | 111011 | 100000 | 1010010 | 10110 |
Color Harmonies of #683C0A
Complementary color
Monochromatic Colors of #683C0A
Black with #683C0A
Text Example
Text Example
White with #683C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C0A; }
p { color: rgb(104,60,10); }
H1.HeaderClassName
{
color: #683C0A;
}
.AnyTagClassName
{
color: #683C0A;
}
</style>
background-color css
<style>
a { background-color: #683C0A; }
a { background-color: rgb(104,60,10); }
div.DivClassName
{
background-color: #683C0A;
}
.BgClassName
{
background-color: #683C0A;
}
</style>
border-color css
<style>
span { border-color: #683C0A; }
span { border-color: rgb(104,60,10); }
td.TdClassName
{
border-color: #683C0A;
}
.TagClassName
{
border-color: #683C0A;
}
</style>