Shades of Raw Umber #693A03
Tints of Raw Umber #693A03
RGB
CMYK
RGB Variations
Color information
#693A03 (or 0x693A03) is known color: Raw Umber. HEX triplet: 69, 3A and 03. RGB value is (105,58,3). Sum of RGB (Red+Green+Blue) = 105+58+3=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #693A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A03 is #96C5FC. Grayscale: #424242. Windows color (decimal): -9881085 or 211561. OLE color: 211561.
HSL color Cylindrical-coordinate representation of color #693A03: hue angle of 32.35º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #693A03 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 3 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.59 |
| HSL | 32.35º | 0.94% | 0.21% | - |
| HSV(B) | 32.35º | 0.97% | 0.41% | - |
| XYZ | 7.36 | 6.04 | 0.86 | - |
| YUV | 65.78 | 92.57 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 3 | 0 | 0.45 | 0.97 | 0.59 | 32.35 | 0.94 | 0.21 |
| Hex | 69 | 3A | 3 | 0 | 2D | 61 | 3B | 20 | 5E | 15 |
| Octal | 151 | 72 | 3 | 0 | 55 | 141 | 73 | 40 | 136 | 25 |
| Binary | 1101001 | 111010 | 11 | 0 | 101101 | 1100001 | 111011 | 100000 | 1011110 | 10101 |
Color Harmonies of #693A03
Complementary color
Monochromatic Colors of #693A03
Black with #693A03
Text Example
Text Example
White with #693A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A03; }
p { color: rgb(105,58,3); }
H1.HeaderClassName
{
color: #693A03;
}
.AnyTagClassName
{
color: #693A03;
}
</style>
background-color css
<style>
a { background-color: #693A03; }
a { background-color: rgb(105,58,3); }
div.DivClassName
{
background-color: #693A03;
}
.BgClassName
{
background-color: #693A03;
}
</style>
border-color css
<style>
span { border-color: #693A03; }
span { border-color: rgb(105,58,3); }
td.TdClassName
{
border-color: #693A03;
}
.TagClassName
{
border-color: #693A03;
}
</style>