Shades of Raw Umber #695511
Tints of Raw Umber #695511
RGB
CMYK
RGB Variations
Color information
#695511 (or 0x695511) is known color: Raw Umber. HEX triplet: 69, 55 and 11. RGB value is (105,85,17). Sum of RGB (Red+Green+Blue) = 105+85+17=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695511 is #96AAEE. Grayscale: #535353. Windows color (decimal): -9874159 or 1135977. OLE color: 1135977.
HSL color Cylindrical-coordinate representation of color #695511: hue angle of 46.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #695511 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 17 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.59 |
| HSL | 46.36º | 0.72% | 0.24% | - |
| HSV(B) | 46.36º | 0.84% | 0.41% | - |
| XYZ | 9.18 | 9.54 | 1.89 | - |
| YUV | 83.23 | 90.63 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 17 | 0 | 0.19 | 0.84 | 0.59 | 46.36 | 0.72 | 0.24 |
| Hex | 69 | 55 | 11 | 0 | 13 | 54 | 3B | 2E | 48 | 18 |
| Octal | 151 | 125 | 21 | 0 | 23 | 124 | 73 | 56 | 110 | 30 |
| Binary | 1101001 | 1010101 | 10001 | 0 | 10011 | 1010100 | 111011 | 101110 | 1001000 | 11000 |
Color Harmonies of #695511
Complementary color
Monochromatic Colors of #695511
Black with #695511
Text Example
Text Example
White with #695511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695511; }
p { color: rgb(105,85,17); }
H1.HeaderClassName
{
color: #695511;
}
.AnyTagClassName
{
color: #695511;
}
</style>
background-color css
<style>
a { background-color: #695511; }
a { background-color: rgb(105,85,17); }
div.DivClassName
{
background-color: #695511;
}
.BgClassName
{
background-color: #695511;
}
</style>
border-color css
<style>
span { border-color: #695511; }
span { border-color: rgb(105,85,17); }
td.TdClassName
{
border-color: #695511;
}
.TagClassName
{
border-color: #695511;
}
</style>