Shades of Raw Umber #693D0F
Tints of Raw Umber #693D0F
RGB
CMYK
RGB Variations
Color information
#693D0F (or 0x693D0F) is known color: Raw Umber. HEX triplet: 69, 3D and 0F. RGB value is (105,61,15). Sum of RGB (Red+Green+Blue) = 105+61+15=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #693D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D0F is #96C2F0. Grayscale: #454545. Windows color (decimal): -9880305 or 998761. OLE color: 998761.
HSL color Cylindrical-coordinate representation of color #693D0F: hue angle of 30.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #693D0F is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 61 | 15 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.59 |
| HSL | 30.67º | 0.75% | 0.24% | - |
| HSV(B) | 30.67º | 0.86% | 0.41% | - |
| XYZ | 7.58 | 6.38 | 1.28 | - |
| YUV | 68.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 61 | 15 | 0 | 0.42 | 0.86 | 0.59 | 30.67 | 0.75 | 0.24 |
| Hex | 69 | 3D | F | 0 | 2A | 56 | 3B | 1F | 4B | 18 |
| Octal | 151 | 75 | 17 | 0 | 52 | 126 | 73 | 37 | 113 | 30 |
| Binary | 1101001 | 111101 | 1111 | 0 | 101010 | 1010110 | 111011 | 11111 | 1001011 | 11000 |
Color Harmonies of #693D0F
Complementary color
Monochromatic Colors of #693D0F
Black with #693D0F
Text Example
Text Example
White with #693D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693D0F; }
p { color: rgb(105,61,15); }
H1.HeaderClassName
{
color: #693D0F;
}
.AnyTagClassName
{
color: #693D0F;
}
</style>
background-color css
<style>
a { background-color: #693D0F; }
a { background-color: rgb(105,61,15); }
div.DivClassName
{
background-color: #693D0F;
}
.BgClassName
{
background-color: #693D0F;
}
</style>
border-color css
<style>
span { border-color: #693D0F; }
span { border-color: rgb(105,61,15); }
td.TdClassName
{
border-color: #693D0F;
}
.TagClassName
{
border-color: #693D0F;
}
</style>