Shades of Raw Umber #683D0B
Tints of Raw Umber #683D0B
RGB
CMYK
RGB Variations
Color information
#683D0B (or 0x683D0B) is known color: Raw Umber. HEX triplet: 68, 3D and 0B. RGB value is (104,61,11). Sum of RGB (Red+Green+Blue) = 104+61+11=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #683D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D0B is #97C2F4. Grayscale: #444444. Windows color (decimal): -9945845 or 736616. OLE color: 736616.
HSL color Cylindrical-coordinate representation of color #683D0B: hue angle of 32.26º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #683D0B is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 11 | - |
| CMYK | 0 | 0.41 | 0.89 | 0.59 |
| HSL | 32.26º | 0.81% | 0.23% | - |
| HSV(B) | 32.26º | 0.89% | 0.41% | - |
| XYZ | 7.44 | 6.3 | 1.14 | - |
| YUV | 68.16 | 95.75 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 11 | 0 | 0.41 | 0.89 | 0.59 | 32.26 | 0.81 | 0.23 |
| Hex | 68 | 3D | B | 0 | 29 | 59 | 3B | 20 | 51 | 17 |
| Octal | 150 | 75 | 13 | 0 | 51 | 131 | 73 | 40 | 121 | 27 |
| Binary | 1101000 | 111101 | 1011 | 0 | 101001 | 1011001 | 111011 | 100000 | 1010001 | 10111 |
Color Harmonies of #683D0B
Complementary color
Monochromatic Colors of #683D0B
Black with #683D0B
Text Example
Text Example
White with #683D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D0B; }
p { color: rgb(104,61,11); }
H1.HeaderClassName
{
color: #683D0B;
}
.AnyTagClassName
{
color: #683D0B;
}
</style>
background-color css
<style>
a { background-color: #683D0B; }
a { background-color: rgb(104,61,11); }
div.DivClassName
{
background-color: #683D0B;
}
.BgClassName
{
background-color: #683D0B;
}
</style>
border-color css
<style>
span { border-color: #683D0B; }
span { border-color: rgb(104,61,11); }
td.TdClassName
{
border-color: #683D0B;
}
.TagClassName
{
border-color: #683D0B;
}
</style>