Shades of Raw Umber #693D0A
Tints of Raw Umber #693D0A
RGB
CMYK
RGB Variations
Color information
#693D0A (or 0x693D0A) is known color: Raw Umber. HEX triplet: 69, 3D and 0A. RGB value is (105,61,10). Sum of RGB (Red+Green+Blue) = 105+61+10=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 10 (4.30% from 255 or 5.68% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D0A is #96C2F5. Grayscale: #444444. Windows color (decimal): -9880310 or 671081. OLE color: 671081.
HSL color Cylindrical-coordinate representation of color #693D0A: hue angle of 32.21º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #693D0A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 10 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.59 |
| HSL | 32.21º | 0.83% | 0.23% | - |
| HSV(B) | 32.21º | 0.9% | 0.41% | - |
| XYZ | 7.55 | 6.36 | 1.12 | - |
| YUV | 68.34 | 95.08 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 10 | 0 | 0.42 | 0.90 | 0.59 | 32.21 | 0.83 | 0.23 |
| Hex | 69 | 3D | A | 0 | 2A | 5A | 3B | 20 | 53 | 17 |
| Octal | 151 | 75 | 12 | 0 | 52 | 132 | 73 | 40 | 123 | 27 |
| Binary | 1101001 | 111101 | 1010 | 0 | 101010 | 1011010 | 111011 | 100000 | 1010011 | 10111 |
Color Harmonies of #693D0A
Complementary color
Monochromatic Colors of #693D0A
Black with #693D0A
Text Example
Text Example
White with #693D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D0A; }
p { color: rgb(105,61,10); }
H1.HeaderClassName
{
color: #693D0A;
}
.AnyTagClassName
{
color: #693D0A;
}
</style>
background-color css
<style>
a { background-color: #693D0A; }
a { background-color: rgb(105,61,10); }
div.DivClassName
{
background-color: #693D0A;
}
.BgClassName
{
background-color: #693D0A;
}
</style>
border-color css
<style>
span { border-color: #693D0A; }
span { border-color: rgb(105,61,10); }
td.TdClassName
{
border-color: #693D0A;
}
.TagClassName
{
border-color: #693D0A;
}
</style>