Shades of Raw Umber #69460D
Tints of Raw Umber #69460D
RGB
CMYK
RGB Variations
Color information
#69460D (or 0x69460D) is known color: Raw Umber. HEX triplet: 69, 46 and 0D. RGB value is (105,70,13). Sum of RGB (Red+Green+Blue) = 105+70+13=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #69460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460D is #96B9F2. Grayscale: #4A4A4A. Windows color (decimal): -9878003 or 869993. OLE color: 869993.
HSL color Cylindrical-coordinate representation of color #69460D: hue angle of 37.17º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69460D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 13 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.59 |
| HSL | 37.17º | 0.78% | 0.23% | - |
| HSV(B) | 37.17º | 0.88% | 0.41% | - |
| XYZ | 8.09 | 7.41 | 1.39 | - |
| YUV | 73.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 13 | 0 | 0.33 | 0.88 | 0.59 | 37.17 | 0.78 | 0.23 |
| Hex | 69 | 46 | D | 0 | 21 | 58 | 3B | 25 | 4E | 17 |
| Octal | 151 | 106 | 15 | 0 | 41 | 130 | 73 | 45 | 116 | 27 |
| Binary | 1101001 | 1000110 | 1101 | 0 | 100001 | 1011000 | 111011 | 100101 | 1001110 | 10111 |
Color Harmonies of #69460D
Complementary color
Monochromatic Colors of #69460D
Black with #69460D
Text Example
Text Example
White with #69460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69460D; }
p { color: rgb(105,70,13); }
H1.HeaderClassName
{
color: #69460D;
}
.AnyTagClassName
{
color: #69460D;
}
</style>
background-color css
<style>
a { background-color: #69460D; }
a { background-color: rgb(105,70,13); }
div.DivClassName
{
background-color: #69460D;
}
.BgClassName
{
background-color: #69460D;
}
</style>
border-color css
<style>
span { border-color: #69460D; }
span { border-color: rgb(105,70,13); }
td.TdClassName
{
border-color: #69460D;
}
.TagClassName
{
border-color: #69460D;
}
</style>