Shades of Raw Umber #683F0D
Tints of Raw Umber #683F0D
RGB
CMYK
RGB Variations
Color information
#683F0D (or 0x683F0D) is known color: Raw Umber. HEX triplet: 68, 3F and 0D. RGB value is (104,63,13). Sum of RGB (Red+Green+Blue) = 104+63+13=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #683F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683F0D is #97C0F2. Grayscale: #454545. Windows color (decimal): -9945331 or 868200. OLE color: 868200.
HSL color Cylindrical-coordinate representation of color #683F0D: hue angle of 32.97º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #683F0D is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 13 | - |
| CMYK | 0 | 0.39 | 0.88 | 0.59 |
| HSL | 32.97º | 0.78% | 0.23% | - |
| HSV(B) | 32.97º | 0.88% | 0.41% | - |
| XYZ | 7.56 | 6.53 | 1.24 | - |
| YUV | 69.56 | 96.08 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 13 | 0 | 0.39 | 0.88 | 0.59 | 32.97 | 0.78 | 0.23 |
| Hex | 68 | 3F | D | 0 | 27 | 58 | 3B | 21 | 4E | 17 |
| Octal | 150 | 77 | 15 | 0 | 47 | 130 | 73 | 41 | 116 | 27 |
| Binary | 1101000 | 111111 | 1101 | 0 | 100111 | 1011000 | 111011 | 100001 | 1001110 | 10111 |
Color Harmonies of #683F0D
Complementary color
Monochromatic Colors of #683F0D
Black with #683F0D
Text Example
Text Example
White with #683F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F0D; }
p { color: rgb(104,63,13); }
H1.HeaderClassName
{
color: #683F0D;
}
.AnyTagClassName
{
color: #683F0D;
}
</style>
background-color css
<style>
a { background-color: #683F0D; }
a { background-color: rgb(104,63,13); }
div.DivClassName
{
background-color: #683F0D;
}
.BgClassName
{
background-color: #683F0D;
}
</style>
border-color css
<style>
span { border-color: #683F0D; }
span { border-color: rgb(104,63,13); }
td.TdClassName
{
border-color: #683F0D;
}
.TagClassName
{
border-color: #683F0D;
}
</style>