Shades of Raw Umber #693A07
Tints of Raw Umber #693A07
RGB
CMYK
RGB Variations
Color information
#693A07 (or 0x693A07) is known color: Raw Umber. HEX triplet: 69, 3A and 07. RGB value is (105,58,7). Sum of RGB (Red+Green+Blue) = 105+58+7=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #693A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693A07 is #96C5F8. Grayscale: #424242. Windows color (decimal): -9881081 or 473705. OLE color: 473705.
HSL color Cylindrical-coordinate representation of color #693A07: hue angle of 31.22º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #693A07 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 58 | 7 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.59 |
| HSL | 31.22º | 0.88% | 0.22% | - |
| HSV(B) | 31.22º | 0.93% | 0.41% | - |
| XYZ | 7.38 | 6.04 | 0.98 | - |
| YUV | 66.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 58 | 7 | 0 | 0.45 | 0.93 | 0.59 | 31.22 | 0.88 | 0.22 |
| Hex | 69 | 3A | 7 | 0 | 2D | 5D | 3B | 1F | 58 | 16 |
| Octal | 151 | 72 | 7 | 0 | 55 | 135 | 73 | 37 | 130 | 26 |
| Binary | 1101001 | 111010 | 111 | 0 | 101101 | 1011101 | 111011 | 11111 | 1011000 | 10110 |
Color Harmonies of #693A07
Complementary color
Monochromatic Colors of #693A07
Black with #693A07
Text Example
Text Example
White with #693A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693A07; }
p { color: rgb(105,58,7); }
H1.HeaderClassName
{
color: #693A07;
}
.AnyTagClassName
{
color: #693A07;
}
</style>
background-color css
<style>
a { background-color: #693A07; }
a { background-color: rgb(105,58,7); }
div.DivClassName
{
background-color: #693A07;
}
.BgClassName
{
background-color: #693A07;
}
</style>
border-color css
<style>
span { border-color: #693A07; }
span { border-color: rgb(105,58,7); }
td.TdClassName
{
border-color: #693A07;
}
.TagClassName
{
border-color: #693A07;
}
</style>