Shades of Raw Umber #683900
Tints of Raw Umber #683900
RGB
CMYK
RGB Variations
Color information
#683900 (or 0x683900) is known color: Raw Umber. HEX triplet: 68, 39 and 00. RGB value is (104,57,0). Sum of RGB (Red+Green+Blue) = 104+57+0=161 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.60% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 104 - color contains mainly: red. Hex color #683900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683900 is #97C6FF. Grayscale: #404040. Windows color (decimal): -9946880 or 14696. OLE color: 14696.
HSL color Cylindrical-coordinate representation of color #683900: hue angle of 32.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #683900 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.59 |
| HSL | 32.88º | 1% | 0.2% | - |
| HSV(B) | 32.88º | 1% | 0.41% | - |
| XYZ | 7.17 | 5.87 | 0.75 | - |
| YUV | 64.56 | 91.57 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 0 | 0 | 0.45 | 1 | 0.59 | 32.88 | 1 | 0.2 |
| Hex | 68 | 39 | 0 | 0 | 2D | 64 | 3B | 21 | 64 | 14 |
| Octal | 150 | 71 | 0 | 0 | 55 | 144 | 73 | 41 | 144 | 24 |
| Binary | 1101000 | 111001 | 0 | 0 | 101101 | 1100100 | 111011 | 100001 | 1100100 | 10100 |
Color Harmonies of #683900
Complementary color
Monochromatic Colors of #683900
Black with #683900
Text Example
Text Example
White with #683900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683900; }
p { color: rgb(104,57,0); }
H1.HeaderClassName
{
color: #683900;
}
.AnyTagClassName
{
color: #683900;
}
</style>
background-color css
<style>
a { background-color: #683900; }
a { background-color: rgb(104,57,0); }
div.DivClassName
{
background-color: #683900;
}
.BgClassName
{
background-color: #683900;
}
</style>
border-color css
<style>
span { border-color: #683900; }
span { border-color: rgb(104,57,0); }
td.TdClassName
{
border-color: #683900;
}
.TagClassName
{
border-color: #683900;
}
</style>