Shades of Raw Umber #693D03
Tints of Raw Umber #693D03
RGB
CMYK
RGB Variations
Color information
#693D03 (or 0x693D03) is known color: Raw Umber. HEX triplet: 69, 3D and 03. RGB value is (105,61,3). Sum of RGB (Red+Green+Blue) = 105+61+3=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #693D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D03 is #96C2FC. Grayscale: #434343. Windows color (decimal): -9880317 or 212329. OLE color: 212329.
HSL color Cylindrical-coordinate representation of color #693D03: hue angle of 34.12º 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 #693D03 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 3 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.59 |
| HSL | 34.12º | 0.94% | 0.21% | - |
| HSV(B) | 34.12º | 0.97% | 0.41% | - |
| XYZ | 7.51 | 6.35 | 0.92 | - |
| YUV | 67.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 3 | 0 | 0.42 | 0.97 | 0.59 | 34.12 | 0.94 | 0.21 |
| Hex | 69 | 3D | 3 | 0 | 2A | 61 | 3B | 22 | 5E | 15 |
| Octal | 151 | 75 | 3 | 0 | 52 | 141 | 73 | 42 | 136 | 25 |
| Binary | 1101001 | 111101 | 11 | 0 | 101010 | 1100001 | 111011 | 100010 | 1011110 | 10101 |
Color Harmonies of #693D03
Complementary color
Monochromatic Colors of #693D03
Black with #693D03
Text Example
Text Example
White with #693D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D03; }
p { color: rgb(105,61,3); }
H1.HeaderClassName
{
color: #693D03;
}
.AnyTagClassName
{
color: #693D03;
}
</style>
background-color css
<style>
a { background-color: #693D03; }
a { background-color: rgb(105,61,3); }
div.DivClassName
{
background-color: #693D03;
}
.BgClassName
{
background-color: #693D03;
}
</style>
border-color css
<style>
span { border-color: #693D03; }
span { border-color: rgb(105,61,3); }
td.TdClassName
{
border-color: #693D03;
}
.TagClassName
{
border-color: #693D03;
}
</style>