Shades of Raw Umber #683C0D
Tints of Raw Umber #683C0D
RGB
CMYK
RGB Variations
Color information
#683C0D (or 0x683C0D) is known color: Raw Umber. HEX triplet: 68, 3C and 0D. RGB value is (104,60,13). Sum of RGB (Red+Green+Blue) = 104+60+13=177 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.76% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 104 - color contains mainly: red. Hex color #683C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683C0D is #97C3F2. Grayscale: #444444. Windows color (decimal): -9946099 or 867432. OLE color: 867432.
HSL color Cylindrical-coordinate representation of color #683C0D: hue angle of 30.99º 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 #683C0D is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 13 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.59 |
| HSL | 30.99º | 0.78% | 0.23% | - |
| HSV(B) | 30.99º | 0.88% | 0.41% | - |
| XYZ | 7.4 | 6.2 | 1.19 | - |
| YUV | 67.8 | 97.08 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 13 | 0 | 0.42 | 0.88 | 0.59 | 30.99 | 0.78 | 0.23 |
| Hex | 68 | 3C | D | 0 | 2A | 58 | 3B | 1F | 4E | 17 |
| Octal | 150 | 74 | 15 | 0 | 52 | 130 | 73 | 37 | 116 | 27 |
| Binary | 1101000 | 111100 | 1101 | 0 | 101010 | 1011000 | 111011 | 11111 | 1001110 | 10111 |
Color Harmonies of #683C0D
Complementary color
Monochromatic Colors of #683C0D
Black with #683C0D
Text Example
Text Example
White with #683C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C0D; }
p { color: rgb(104,60,13); }
H1.HeaderClassName
{
color: #683C0D;
}
.AnyTagClassName
{
color: #683C0D;
}
</style>
background-color css
<style>
a { background-color: #683C0D; }
a { background-color: rgb(104,60,13); }
div.DivClassName
{
background-color: #683C0D;
}
.BgClassName
{
background-color: #683C0D;
}
</style>
border-color css
<style>
span { border-color: #683C0D; }
span { border-color: rgb(104,60,13); }
td.TdClassName
{
border-color: #683C0D;
}
.TagClassName
{
border-color: #683C0D;
}
</style>