Shades of Raw Umber #69590E
Tints of Raw Umber #69590E
RGB
CMYK
RGB Variations
Color information
#69590E (or 0x69590E) is known color: Raw Umber. HEX triplet: 69, 59 and 0E. RGB value is (105,89,14). Sum of RGB (Red+Green+Blue) = 105+89+14=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 14 (5.86% from 255 or 6.73% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #69590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69590E is #96A6F1. Grayscale: #555555. Windows color (decimal): -9873138 or 940393. OLE color: 940393.
HSL color Cylindrical-coordinate representation of color #69590E: hue angle of 49.45º 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 #69590E is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 14 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.59 |
| HSL | 49.45º | 0.76% | 0.23% | - |
| HSV(B) | 49.45º | 0.87% | 0.41% | - |
| XYZ | 9.48 | 10.18 | 1.88 | - |
| YUV | 85.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 14 | 0 | 0.15 | 0.87 | 0.59 | 49.45 | 0.76 | 0.23 |
| Hex | 69 | 59 | E | 0 | F | 57 | 3B | 31 | 4C | 17 |
| Octal | 151 | 131 | 16 | 0 | 17 | 127 | 73 | 61 | 114 | 27 |
| Binary | 1101001 | 1011001 | 1110 | 0 | 1111 | 1010111 | 111011 | 110001 | 1001100 | 10111 |
Color Harmonies of #69590E
Complementary color
Monochromatic Colors of #69590E
Black with #69590E
Text Example
Text Example
White with #69590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69590E; }
p { color: rgb(105,89,14); }
H1.HeaderClassName
{
color: #69590E;
}
.AnyTagClassName
{
color: #69590E;
}
</style>
background-color css
<style>
a { background-color: #69590E; }
a { background-color: rgb(105,89,14); }
div.DivClassName
{
background-color: #69590E;
}
.BgClassName
{
background-color: #69590E;
}
</style>
border-color css
<style>
span { border-color: #69590E; }
span { border-color: rgb(105,89,14); }
td.TdClassName
{
border-color: #69590E;
}
.TagClassName
{
border-color: #69590E;
}
</style>