Shades of Raw Umber #695804
Tints of Raw Umber #695804
RGB
CMYK
RGB Variations
Color information
#695804 (or 0x695804) is known color: Raw Umber. HEX triplet: 69, 58 and 04. RGB value is (105,88,4). Sum of RGB (Red+Green+Blue) = 105+88+4=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #695804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695804 is #96A7FB. Grayscale: #535353. Windows color (decimal): -9873404 or 284777. OLE color: 284777.
HSL color Cylindrical-coordinate representation of color #695804: hue angle of 49.9º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #695804 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 4 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.59 |
| HSL | 49.9º | 0.93% | 0.21% | - |
| HSV(B) | 49.9º | 0.96% | 0.41% | - |
| XYZ | 9.34 | 9.99 | 1.55 | - |
| YUV | 83.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 4 | 0 | 0.16 | 0.96 | 0.59 | 49.9 | 0.93 | 0.21 |
| Hex | 69 | 58 | 4 | 0 | 10 | 60 | 3B | 32 | 5D | 15 |
| Octal | 151 | 130 | 4 | 0 | 20 | 140 | 73 | 62 | 135 | 25 |
| Binary | 1101001 | 1011000 | 100 | 0 | 10000 | 1100000 | 111011 | 110010 | 1011101 | 10101 |
Color Harmonies of #695804
Complementary color
Monochromatic Colors of #695804
Black with #695804
Text Example
Text Example
White with #695804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695804; }
p { color: rgb(105,88,4); }
H1.HeaderClassName
{
color: #695804;
}
.AnyTagClassName
{
color: #695804;
}
</style>
background-color css
<style>
a { background-color: #695804; }
a { background-color: rgb(105,88,4); }
div.DivClassName
{
background-color: #695804;
}
.BgClassName
{
background-color: #695804;
}
</style>
border-color css
<style>
span { border-color: #695804; }
span { border-color: rgb(105,88,4); }
td.TdClassName
{
border-color: #695804;
}
.TagClassName
{
border-color: #695804;
}
</style>