Shades of Raw Umber #683D0A
Tints of Raw Umber #683D0A
RGB
CMYK
RGB Variations
Color information
#683D0A (or 0x683D0A) is known color: Raw Umber. HEX triplet: 68, 3D and 0A. RGB value is (104,61,10). Sum of RGB (Red+Green+Blue) = 104+61+10=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #683D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D0A is #97C2F5. Grayscale: #444444. Windows color (decimal): -9945846 or 671080. OLE color: 671080.
HSL color Cylindrical-coordinate representation of color #683D0A: hue angle of 32.55º 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 #683D0A is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 10 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.59 |
| HSL | 32.55º | 0.82% | 0.22% | - |
| HSV(B) | 32.55º | 0.9% | 0.41% | - |
| XYZ | 7.43 | 6.3 | 1.11 | - |
| YUV | 68.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 10 | 0 | 0.41 | 0.90 | 0.59 | 32.55 | 0.82 | 0.22 |
| Hex | 68 | 3D | A | 0 | 29 | 5A | 3B | 21 | 52 | 16 |
| Octal | 150 | 75 | 12 | 0 | 51 | 132 | 73 | 41 | 122 | 26 |
| Binary | 1101000 | 111101 | 1010 | 0 | 101001 | 1011010 | 111011 | 100001 | 1010010 | 10110 |
Color Harmonies of #683D0A
Complementary color
Monochromatic Colors of #683D0A
Black with #683D0A
Text Example
Text Example
White with #683D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D0A; }
p { color: rgb(104,61,10); }
H1.HeaderClassName
{
color: #683D0A;
}
.AnyTagClassName
{
color: #683D0A;
}
</style>
background-color css
<style>
a { background-color: #683D0A; }
a { background-color: rgb(104,61,10); }
div.DivClassName
{
background-color: #683D0A;
}
.BgClassName
{
background-color: #683D0A;
}
</style>
border-color css
<style>
span { border-color: #683D0A; }
span { border-color: rgb(104,61,10); }
td.TdClassName
{
border-color: #683D0A;
}
.TagClassName
{
border-color: #683D0A;
}
</style>