Shades of Raw Umber #693D04
Tints of Raw Umber #693D04
RGB
CMYK
RGB Variations
Color information
#693D04 (or 0x693D04) is known color: Raw Umber. HEX triplet: 69, 3D and 04. RGB value is (105,61,4). Sum of RGB (Red+Green+Blue) = 105+61+4=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #693D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D04 is #96C2FB. Grayscale: #434343. Windows color (decimal): -9880316 or 277865. OLE color: 277865.
HSL color Cylindrical-coordinate representation of color #693D04: hue angle of 33.86º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #693D04 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 4 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.59 |
| HSL | 33.86º | 0.93% | 0.21% | - |
| HSV(B) | 33.86º | 0.96% | 0.41% | - |
| XYZ | 7.52 | 6.35 | 0.94 | - |
| YUV | 67.66 | 92.08 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 4 | 0 | 0.42 | 0.96 | 0.59 | 33.86 | 0.93 | 0.21 |
| Hex | 69 | 3D | 4 | 0 | 2A | 60 | 3B | 22 | 5D | 15 |
| Octal | 151 | 75 | 4 | 0 | 52 | 140 | 73 | 42 | 135 | 25 |
| Binary | 1101001 | 111101 | 100 | 0 | 101010 | 1100000 | 111011 | 100010 | 1011101 | 10101 |
Color Harmonies of #693D04
Complementary color
Monochromatic Colors of #693D04
Black with #693D04
Text Example
Text Example
White with #693D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D04; }
p { color: rgb(105,61,4); }
H1.HeaderClassName
{
color: #693D04;
}
.AnyTagClassName
{
color: #693D04;
}
</style>
background-color css
<style>
a { background-color: #693D04; }
a { background-color: rgb(105,61,4); }
div.DivClassName
{
background-color: #693D04;
}
.BgClassName
{
background-color: #693D04;
}
</style>
border-color css
<style>
span { border-color: #693D04; }
span { border-color: rgb(105,61,4); }
td.TdClassName
{
border-color: #693D04;
}
.TagClassName
{
border-color: #693D04;
}
</style>