Shades of Raw Umber #683D07
Tints of Raw Umber #683D07
RGB
CMYK
RGB Variations
Color information
#683D07 (or 0x683D07) is known color: Raw Umber. HEX triplet: 68, 3D and 07. RGB value is (104,61,7). Sum of RGB (Red+Green+Blue) = 104+61+7=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #683D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683D07 is #97C2F8. Grayscale: #434343. Windows color (decimal): -9945849 or 474472. OLE color: 474472.
HSL color Cylindrical-coordinate representation of color #683D07: hue angle of 33.4º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #683D07 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 7 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.59 |
| HSL | 33.4º | 0.87% | 0.22% | - |
| HSV(B) | 33.4º | 0.93% | 0.41% | - |
| XYZ | 7.42 | 6.3 | 1.03 | - |
| YUV | 67.7 | 93.75 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 7 | 0 | 0.41 | 0.93 | 0.59 | 33.4 | 0.87 | 0.22 |
| Hex | 68 | 3D | 7 | 0 | 29 | 5D | 3B | 21 | 57 | 16 |
| Octal | 150 | 75 | 7 | 0 | 51 | 135 | 73 | 41 | 127 | 26 |
| Binary | 1101000 | 111101 | 111 | 0 | 101001 | 1011101 | 111011 | 100001 | 1010111 | 10110 |
Color Harmonies of #683D07
Complementary color
Monochromatic Colors of #683D07
Black with #683D07
Text Example
Text Example
White with #683D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D07; }
p { color: rgb(104,61,7); }
H1.HeaderClassName
{
color: #683D07;
}
.AnyTagClassName
{
color: #683D07;
}
</style>
background-color css
<style>
a { background-color: #683D07; }
a { background-color: rgb(104,61,7); }
div.DivClassName
{
background-color: #683D07;
}
.BgClassName
{
background-color: #683D07;
}
</style>
border-color css
<style>
span { border-color: #683D07; }
span { border-color: rgb(104,61,7); }
td.TdClassName
{
border-color: #683D07;
}
.TagClassName
{
border-color: #683D07;
}
</style>