Shades of Raw Umber #683A06
Tints of Raw Umber #683A06
RGB
CMYK
RGB Variations
Color information
#683A06 (or 0x683A06) is known color: Raw Umber. HEX triplet: 68, 3A and 06. RGB value is (104,58,6). Sum of RGB (Red+Green+Blue) = 104+58+6=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #683A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A06 is #97C5F9. Grayscale: #424242. Windows color (decimal): -9946618 or 408168. OLE color: 408168.
HSL color Cylindrical-coordinate representation of color #683A06: hue angle of 31.84º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #683A06 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 6 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.59 |
| HSL | 31.84º | 0.89% | 0.22% | - |
| HSV(B) | 31.84º | 0.94% | 0.41% | - |
| XYZ | 7.25 | 5.98 | 0.94 | - |
| YUV | 65.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 6 | 0 | 0.44 | 0.94 | 0.59 | 31.84 | 0.89 | 0.22 |
| Hex | 68 | 3A | 6 | 0 | 2C | 5E | 3B | 20 | 59 | 16 |
| Octal | 150 | 72 | 6 | 0 | 54 | 136 | 73 | 40 | 131 | 26 |
| Binary | 1101000 | 111010 | 110 | 0 | 101100 | 1011110 | 111011 | 100000 | 1011001 | 10110 |
Color Harmonies of #683A06
Complementary color
Monochromatic Colors of #683A06
Black with #683A06
Text Example
Text Example
White with #683A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A06; }
p { color: rgb(104,58,6); }
H1.HeaderClassName
{
color: #683A06;
}
.AnyTagClassName
{
color: #683A06;
}
</style>
background-color css
<style>
a { background-color: #683A06; }
a { background-color: rgb(104,58,6); }
div.DivClassName
{
background-color: #683A06;
}
.BgClassName
{
background-color: #683A06;
}
</style>
border-color css
<style>
span { border-color: #683A06; }
span { border-color: rgb(104,58,6); }
td.TdClassName
{
border-color: #683A06;
}
.TagClassName
{
border-color: #683A06;
}
</style>