Shades of Raw Umber #683A01
Tints of Raw Umber #683A01
RGB
CMYK
RGB Variations
Color information
#683A01 (or 0x683A01) is known color: Raw Umber. HEX triplet: 68, 3A and 01. RGB value is (104,58,1). Sum of RGB (Red+Green+Blue) = 104+58+1=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #683A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A01 is #97C5FE. Grayscale: #414141. Windows color (decimal): -9946623 or 80488. OLE color: 80488.
HSL color Cylindrical-coordinate representation of color #683A01: hue angle of 33.2º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #683A01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.59 |
| HSL | 33.2º | 0.98% | 0.21% | - |
| HSV(B) | 33.2º | 0.99% | 0.41% | - |
| XYZ | 7.23 | 5.97 | 0.8 | - |
| YUV | 65.26 | 91.74 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 1 | 0 | 0.44 | 0.99 | 0.59 | 33.2 | 0.98 | 0.21 |
| Hex | 68 | 3A | 1 | 0 | 2C | 63 | 3B | 21 | 62 | 15 |
| Octal | 150 | 72 | 1 | 0 | 54 | 143 | 73 | 41 | 142 | 25 |
| Binary | 1101000 | 111010 | 1 | 0 | 101100 | 1100011 | 111011 | 100001 | 1100010 | 10101 |
Color Harmonies of #683A01
Complementary color
Monochromatic Colors of #683A01
Black with #683A01
Text Example
Text Example
White with #683A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A01; }
p { color: rgb(104,58,1); }
H1.HeaderClassName
{
color: #683A01;
}
.AnyTagClassName
{
color: #683A01;
}
</style>
background-color css
<style>
a { background-color: #683A01; }
a { background-color: rgb(104,58,1); }
div.DivClassName
{
background-color: #683A01;
}
.BgClassName
{
background-color: #683A01;
}
</style>
border-color css
<style>
span { border-color: #683A01; }
span { border-color: rgb(104,58,1); }
td.TdClassName
{
border-color: #683A01;
}
.TagClassName
{
border-color: #683A01;
}
</style>