Shades of Raw Umber #69570A
Tints of Raw Umber #69570A
RGB
CMYK
RGB Variations
Color information
#69570A (or 0x69570A) is known color: Raw Umber. HEX triplet: 69, 57 and 0A. RGB value is (105,87,10). Sum of RGB (Red+Green+Blue) = 105+87+10=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 87 (34.38% from 255 or 43.07% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69570A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69570A is #96A8F5. Grayscale: #535353. Windows color (decimal): -9873654 or 677737. OLE color: 677737.
HSL color Cylindrical-coordinate representation of color #69570A: hue angle of 48.63º degrees, saturation: 0.83, 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 #69570A is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 87 | 10 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.59 |
| HSL | 48.63º | 0.83% | 0.23% | - |
| HSV(B) | 48.63º | 0.9% | 0.41% | - |
| XYZ | 9.29 | 9.84 | 1.7 | - |
| YUV | 83.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 10 | 0 | 0.17 | 0.90 | 0.59 | 48.63 | 0.83 | 0.23 |
| Hex | 69 | 57 | A | 0 | 11 | 5A | 3B | 31 | 53 | 17 |
| Octal | 151 | 127 | 12 | 0 | 21 | 132 | 73 | 61 | 123 | 27 |
| Binary | 1101001 | 1010111 | 1010 | 0 | 10001 | 1011010 | 111011 | 110001 | 1010011 | 10111 |
Color Harmonies of #69570A
Complementary color
Monochromatic Colors of #69570A
Black with #69570A
Text Example
Text Example
White with #69570A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69570A; }
p { color: rgb(105,87,10); }
H1.HeaderClassName
{
color: #69570A;
}
.AnyTagClassName
{
color: #69570A;
}
</style>
background-color css
<style>
a { background-color: #69570A; }
a { background-color: rgb(105,87,10); }
div.DivClassName
{
background-color: #69570A;
}
.BgClassName
{
background-color: #69570A;
}
</style>
border-color css
<style>
span { border-color: #69570A; }
span { border-color: rgb(105,87,10); }
td.TdClassName
{
border-color: #69570A;
}
.TagClassName
{
border-color: #69570A;
}
</style>