Shades of Raw Umber #69460B
Tints of Raw Umber #69460B
RGB
CMYK
RGB Variations
Color information
#69460B (or 0x69460B) is known color: Raw Umber. HEX triplet: 69, 46 and 0B. RGB value is (105,70,11). Sum of RGB (Red+Green+Blue) = 105+70+11=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69460B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460B is #96B9F4. Grayscale: #4A4A4A. Windows color (decimal): -9878005 or 738921. OLE color: 738921.
HSL color Cylindrical-coordinate representation of color #69460B: hue angle of 37.66º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69460B is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 70 | 11 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.59 |
| HSL | 37.66º | 0.81% | 0.23% | - |
| HSV(B) | 37.66º | 0.9% | 0.41% | - |
| XYZ | 8.08 | 7.41 | 1.32 | - |
| YUV | 73.74 | 92.6 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 70 | 11 | 0 | 0.33 | 0.90 | 0.59 | 37.66 | 0.81 | 0.23 |
| Hex | 69 | 46 | B | 0 | 21 | 5A | 3B | 26 | 51 | 17 |
| Octal | 151 | 106 | 13 | 0 | 41 | 132 | 73 | 46 | 121 | 27 |
| Binary | 1101001 | 1000110 | 1011 | 0 | 100001 | 1011010 | 111011 | 100110 | 1010001 | 10111 |
Color Harmonies of #69460B
Complementary color
Monochromatic Colors of #69460B
Black with #69460B
Text Example
Text Example
White with #69460B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69460B; }
p { color: rgb(105,70,11); }
H1.HeaderClassName
{
color: #69460B;
}
.AnyTagClassName
{
color: #69460B;
}
</style>
background-color css
<style>
a { background-color: #69460B; }
a { background-color: rgb(105,70,11); }
div.DivClassName
{
background-color: #69460B;
}
.BgClassName
{
background-color: #69460B;
}
</style>
border-color css
<style>
span { border-color: #69460B; }
span { border-color: rgb(105,70,11); }
td.TdClassName
{
border-color: #69460B;
}
.TagClassName
{
border-color: #69460B;
}
</style>