Shades of Raw Umber #693E10
Tints of Raw Umber #693E10
RGB
CMYK
RGB Variations
Color information
#693E10 (or 0x693E10) is known color: Raw Umber. HEX triplet: 69, 3E and 10. RGB value is (105,62,16). Sum of RGB (Red+Green+Blue) = 105+62+16=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E10 is #96C1EF. Grayscale: #454545. Windows color (decimal): -9880048 or 1064553. OLE color: 1064553.
HSL color Cylindrical-coordinate representation of color #693E10: hue angle of 31.01º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #693E10 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 62 | 16 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.59 |
| HSL | 31.01º | 0.74% | 0.24% | - |
| HSV(B) | 31.01º | 0.85% | 0.41% | - |
| XYZ | 7.64 | 6.49 | 1.34 | - |
| YUV | 69.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 62 | 16 | 0 | 0.41 | 0.85 | 0.59 | 31.01 | 0.74 | 0.24 |
| Hex | 69 | 3E | 10 | 0 | 29 | 55 | 3B | 1F | 4A | 18 |
| Octal | 151 | 76 | 20 | 0 | 51 | 125 | 73 | 37 | 112 | 30 |
| Binary | 1101001 | 111110 | 10000 | 0 | 101001 | 1010101 | 111011 | 11111 | 1001010 | 11000 |
Color Harmonies of #693E10
Complementary color
Monochromatic Colors of #693E10
Black with #693E10
Text Example
Text Example
White with #693E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693E10; }
p { color: rgb(105,62,16); }
H1.HeaderClassName
{
color: #693E10;
}
.AnyTagClassName
{
color: #693E10;
}
</style>
background-color css
<style>
a { background-color: #693E10; }
a { background-color: rgb(105,62,16); }
div.DivClassName
{
background-color: #693E10;
}
.BgClassName
{
background-color: #693E10;
}
</style>
border-color css
<style>
span { border-color: #693E10; }
span { border-color: rgb(105,62,16); }
td.TdClassName
{
border-color: #693E10;
}
.TagClassName
{
border-color: #693E10;
}
</style>