Shades of Raw Umber #693F0E
Tints of Raw Umber #693F0E
RGB
CMYK
RGB Variations
Color information
#693F0E (or 0x693F0E) is known color: Raw Umber. HEX triplet: 69, 3F and 0E. RGB value is (105,63,14). Sum of RGB (Red+Green+Blue) = 105+63+14=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #693F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F0E is #96C0F1. Grayscale: #464646. Windows color (decimal): -9879794 or 933737. OLE color: 933737.
HSL color Cylindrical-coordinate representation of color #693F0E: hue angle of 32.31º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #693F0E is Cyan = 0, Magento = 0.4, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 14 | - |
| CMYK | 0 | 0.4 | 0.87 | 0.59 |
| HSL | 32.31º | 0.76% | 0.23% | - |
| HSV(B) | 32.31º | 0.87% | 0.41% | - |
| XYZ | 7.68 | 6.59 | 1.28 | - |
| YUV | 69.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 14 | 0 | 0.4 | 0.87 | 0.59 | 32.31 | 0.76 | 0.23 |
| Hex | 69 | 3F | E | 0 | 28 | 57 | 3B | 20 | 4C | 17 |
| Octal | 151 | 77 | 16 | 0 | 50 | 127 | 73 | 40 | 114 | 27 |
| Binary | 1101001 | 111111 | 1110 | 0 | 101000 | 1010111 | 111011 | 100000 | 1001100 | 10111 |
Color Harmonies of #693F0E
Complementary color
Monochromatic Colors of #693F0E
Black with #693F0E
Text Example
Text Example
White with #693F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F0E; }
p { color: rgb(105,63,14); }
H1.HeaderClassName
{
color: #693F0E;
}
.AnyTagClassName
{
color: #693F0E;
}
</style>
background-color css
<style>
a { background-color: #693F0E; }
a { background-color: rgb(105,63,14); }
div.DivClassName
{
background-color: #693F0E;
}
.BgClassName
{
background-color: #693F0E;
}
</style>
border-color css
<style>
span { border-color: #693F0E; }
span { border-color: rgb(105,63,14); }
td.TdClassName
{
border-color: #693F0E;
}
.TagClassName
{
border-color: #693F0E;
}
</style>