Shades of Raw Umber #693903
Tints of Raw Umber #693903
RGB
CMYK
RGB Variations
Color information
#693903 (or 0x693903) is known color: Raw Umber. HEX triplet: 69, 39 and 03. RGB value is (105,57,3). Sum of RGB (Red+Green+Blue) = 105+57+3=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #693903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693903 is #96C6FC. Grayscale: #414141. Windows color (decimal): -9881341 or 211305. OLE color: 211305.
HSL color Cylindrical-coordinate representation of color #693903: hue angle of 31.76º 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 #693903 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 3 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.59 |
| HSL | 31.76º | 0.94% | 0.21% | - |
| HSV(B) | 31.76º | 0.97% | 0.41% | - |
| XYZ | 7.31 | 5.94 | 0.85 | - |
| YUV | 65.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 3 | 0 | 0.46 | 0.97 | 0.59 | 31.76 | 0.94 | 0.21 |
| Hex | 69 | 39 | 3 | 0 | 2E | 61 | 3B | 20 | 5E | 15 |
| Octal | 151 | 71 | 3 | 0 | 56 | 141 | 73 | 40 | 136 | 25 |
| Binary | 1101001 | 111001 | 11 | 0 | 101110 | 1100001 | 111011 | 100000 | 1011110 | 10101 |
Color Harmonies of #693903
Complementary color
Monochromatic Colors of #693903
Black with #693903
Text Example
Text Example
White with #693903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693903; }
p { color: rgb(105,57,3); }
H1.HeaderClassName
{
color: #693903;
}
.AnyTagClassName
{
color: #693903;
}
</style>
background-color css
<style>
a { background-color: #693903; }
a { background-color: rgb(105,57,3); }
div.DivClassName
{
background-color: #693903;
}
.BgClassName
{
background-color: #693903;
}
</style>
border-color css
<style>
span { border-color: #693903; }
span { border-color: rgb(105,57,3); }
td.TdClassName
{
border-color: #693903;
}
.TagClassName
{
border-color: #693903;
}
</style>