Shades of Raw Umber #693A06
Tints of Raw Umber #693A06
RGB
CMYK
RGB Variations
Color information
#693A06 (or 0x693A06) is known color: Raw Umber. HEX triplet: 69, 3A and 06. RGB value is (105,58,6). Sum of RGB (Red+Green+Blue) = 105+58+6=169 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.13% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 105 - color contains mainly: red. Hex color #693A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A06 is #96C5F9. Grayscale: #424242. Windows color (decimal): -9881082 or 408169. OLE color: 408169.
HSL color Cylindrical-coordinate representation of color #693A06: hue angle of 31.52º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #693A06 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 6 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.59 |
| HSL | 31.52º | 0.89% | 0.22% | - |
| HSV(B) | 31.52º | 0.94% | 0.41% | - |
| XYZ | 7.37 | 6.04 | 0.95 | - |
| YUV | 66.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 6 | 0 | 0.45 | 0.94 | 0.59 | 31.52 | 0.89 | 0.22 |
| Hex | 69 | 3A | 6 | 0 | 2D | 5E | 3B | 20 | 59 | 16 |
| Octal | 151 | 72 | 6 | 0 | 55 | 136 | 73 | 40 | 131 | 26 |
| Binary | 1101001 | 111010 | 110 | 0 | 101101 | 1011110 | 111011 | 100000 | 1011001 | 10110 |
Color Harmonies of #693A06
Complementary color
Monochromatic Colors of #693A06
Black with #693A06
Text Example
Text Example
White with #693A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A06; }
p { color: rgb(105,58,6); }
H1.HeaderClassName
{
color: #693A06;
}
.AnyTagClassName
{
color: #693A06;
}
</style>
background-color css
<style>
a { background-color: #693A06; }
a { background-color: rgb(105,58,6); }
div.DivClassName
{
background-color: #693A06;
}
.BgClassName
{
background-color: #693A06;
}
</style>
border-color css
<style>
span { border-color: #693A06; }
span { border-color: rgb(105,58,6); }
td.TdClassName
{
border-color: #693A06;
}
.TagClassName
{
border-color: #693A06;
}
</style>