Shades of Raw Umber #683A08
Tints of Raw Umber #683A08
RGB
CMYK
RGB Variations
Color information
#683A08 (or 0x683A08) is known color: Raw Umber. HEX triplet: 68, 3A and 08. RGB value is (104,58,8). Sum of RGB (Red+Green+Blue) = 104+58+8=170 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.18% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 104 - color contains mainly: red. Hex color #683A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683A08 is #97C5F7. Grayscale: #424242. Windows color (decimal): -9946616 or 539240. OLE color: 539240.
HSL color Cylindrical-coordinate representation of color #683A08: hue angle of 31.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #683A08 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 8 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.59 |
| HSL | 31.25º | 0.86% | 0.22% | - |
| HSV(B) | 31.25º | 0.92% | 0.41% | - |
| XYZ | 7.27 | 5.99 | 1 | - |
| YUV | 66.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 8 | 0 | 0.44 | 0.92 | 0.59 | 31.25 | 0.86 | 0.22 |
| Hex | 68 | 3A | 8 | 0 | 2C | 5C | 3B | 1F | 56 | 16 |
| Octal | 150 | 72 | 10 | 0 | 54 | 134 | 73 | 37 | 126 | 26 |
| Binary | 1101000 | 111010 | 1000 | 0 | 101100 | 1011100 | 111011 | 11111 | 1010110 | 10110 |
Color Harmonies of #683A08
Complementary color
Monochromatic Colors of #683A08
Black with #683A08
Text Example
Text Example
White with #683A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A08; }
p { color: rgb(104,58,8); }
H1.HeaderClassName
{
color: #683A08;
}
.AnyTagClassName
{
color: #683A08;
}
</style>
background-color css
<style>
a { background-color: #683A08; }
a { background-color: rgb(104,58,8); }
div.DivClassName
{
background-color: #683A08;
}
.BgClassName
{
background-color: #683A08;
}
</style>
border-color css
<style>
span { border-color: #683A08; }
span { border-color: rgb(104,58,8); }
td.TdClassName
{
border-color: #683A08;
}
.TagClassName
{
border-color: #683A08;
}
</style>