Shades of Raw Umber #695A0A
Tints of Raw Umber #695A0A
RGB
CMYK
RGB Variations
Color information
#695A0A (or 0x695A0A) is known color: Raw Umber. HEX triplet: 69, 5A and 0A. RGB value is (105,90,10). Sum of RGB (Red+Green+Blue) = 105+90+10=205 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.22% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 105 - color contains mainly: red. Hex color #695A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695A0A is #96A5F5. Grayscale: #555555. Windows color (decimal): -9872886 or 678505. OLE color: 678505.
HSL color Cylindrical-coordinate representation of color #695A0A: hue angle of 50.53º 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 #695A0A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 10 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.59 |
| HSL | 50.53º | 0.83% | 0.23% | - |
| HSV(B) | 50.53º | 0.9% | 0.41% | - |
| XYZ | 9.54 | 10.34 | 1.78 | - |
| YUV | 85.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 10 | 0 | 0.14 | 0.90 | 0.59 | 50.53 | 0.83 | 0.23 |
| Hex | 69 | 5A | A | 0 | E | 5A | 3B | 33 | 53 | 17 |
| Octal | 151 | 132 | 12 | 0 | 16 | 132 | 73 | 63 | 123 | 27 |
| Binary | 1101001 | 1011010 | 1010 | 0 | 1110 | 1011010 | 111011 | 110011 | 1010011 | 10111 |
Color Harmonies of #695A0A
Complementary color
Monochromatic Colors of #695A0A
Black with #695A0A
Text Example
Text Example
White with #695A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A0A; }
p { color: rgb(105,90,10); }
H1.HeaderClassName
{
color: #695A0A;
}
.AnyTagClassName
{
color: #695A0A;
}
</style>
background-color css
<style>
a { background-color: #695A0A; }
a { background-color: rgb(105,90,10); }
div.DivClassName
{
background-color: #695A0A;
}
.BgClassName
{
background-color: #695A0A;
}
</style>
border-color css
<style>
span { border-color: #695A0A; }
span { border-color: rgb(105,90,10); }
td.TdClassName
{
border-color: #695A0A;
}
.TagClassName
{
border-color: #695A0A;
}
</style>