Shades of Raw Umber #683905
Tints of Raw Umber #683905
RGB
CMYK
RGB Variations
Color information
#683905 (or 0x683905) is known color: Raw Umber. HEX triplet: 68, 39 and 05. RGB value is (104,57,5). Sum of RGB (Red+Green+Blue) = 104+57+5=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #683905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #683905 is #97C6FA. Grayscale: #414141. Windows color (decimal): -9946875 or 342376. OLE color: 342376.
HSL color Cylindrical-coordinate representation of color #683905: hue angle of 31.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #683905 is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 5 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.59 |
| HSL | 31.52º | 0.91% | 0.21% | - |
| HSV(B) | 31.52º | 0.95% | 0.41% | - |
| XYZ | 7.2 | 5.88 | 0.9 | - |
| YUV | 65.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 5 | 0 | 0.45 | 0.95 | 0.59 | 31.52 | 0.91 | 0.21 |
| Hex | 68 | 39 | 5 | 0 | 2D | 5F | 3B | 20 | 5B | 15 |
| Octal | 150 | 71 | 5 | 0 | 55 | 137 | 73 | 40 | 133 | 25 |
| Binary | 1101000 | 111001 | 101 | 0 | 101101 | 1011111 | 111011 | 100000 | 1011011 | 10101 |
Color Harmonies of #683905
Complementary color
Monochromatic Colors of #683905
Black with #683905
Text Example
Text Example
White with #683905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683905; }
p { color: rgb(104,57,5); }
H1.HeaderClassName
{
color: #683905;
}
.AnyTagClassName
{
color: #683905;
}
</style>
background-color css
<style>
a { background-color: #683905; }
a { background-color: rgb(104,57,5); }
div.DivClassName
{
background-color: #683905;
}
.BgClassName
{
background-color: #683905;
}
</style>
border-color css
<style>
span { border-color: #683905; }
span { border-color: rgb(104,57,5); }
td.TdClassName
{
border-color: #683905;
}
.TagClassName
{
border-color: #683905;
}
</style>