Shades of Raw Umber #695505
Tints of Raw Umber #695505
RGB
CMYK
RGB Variations
Color information
#695505 (or 0x695505) is known color: Raw Umber. HEX triplet: 69, 55 and 05. RGB value is (105,85,5). Sum of RGB (Red+Green+Blue) = 105+85+5=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #695505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695505 is #96AAFA. Grayscale: #525252. Windows color (decimal): -9874171 or 349545. OLE color: 349545.
HSL color Cylindrical-coordinate representation of color #695505: hue angle of 48º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695505 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 5 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.59 |
| HSL | 48º | 0.91% | 0.22% | - |
| HSV(B) | 48º | 0.95% | 0.41% | - |
| XYZ | 9.1 | 9.51 | 1.5 | - |
| YUV | 81.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 5 | 0 | 0.19 | 0.95 | 0.59 | 48 | 0.91 | 0.22 |
| Hex | 69 | 55 | 5 | 0 | 13 | 5F | 3B | 30 | 5B | 16 |
| Octal | 151 | 125 | 5 | 0 | 23 | 137 | 73 | 60 | 133 | 26 |
| Binary | 1101001 | 1010101 | 101 | 0 | 10011 | 1011111 | 111011 | 110000 | 1011011 | 10110 |
Color Harmonies of #695505
Complementary color
Monochromatic Colors of #695505
Black with #695505
Text Example
Text Example
White with #695505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695505; }
p { color: rgb(105,85,5); }
H1.HeaderClassName
{
color: #695505;
}
.AnyTagClassName
{
color: #695505;
}
</style>
background-color css
<style>
a { background-color: #695505; }
a { background-color: rgb(105,85,5); }
div.DivClassName
{
background-color: #695505;
}
.BgClassName
{
background-color: #695505;
}
</style>
border-color css
<style>
span { border-color: #695505; }
span { border-color: rgb(105,85,5); }
td.TdClassName
{
border-color: #695505;
}
.TagClassName
{
border-color: #695505;
}
</style>