Shades of Raw Umber #695501
Tints of Raw Umber #695501
RGB
CMYK
RGB Variations
Color information
#695501 (or 0x695501) is known color: Raw Umber. HEX triplet: 69, 55 and 01. RGB value is (105,85,1). Sum of RGB (Red+Green+Blue) = 105+85+1=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #695501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695501 is #96AAFE. Grayscale: #515151. Windows color (decimal): -9874175 or 87401. OLE color: 87401.
HSL color Cylindrical-coordinate representation of color #695501: hue angle of 48.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #695501 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.59 |
| HSL | 48.46º | 0.98% | 0.21% | - |
| HSV(B) | 48.46º | 0.99% | 0.41% | - |
| XYZ | 9.08 | 9.5 | 1.38 | - |
| YUV | 81.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 1 | 0 | 0.19 | 0.99 | 0.59 | 48.46 | 0.98 | 0.21 |
| Hex | 69 | 55 | 1 | 0 | 13 | 63 | 3B | 30 | 62 | 15 |
| Octal | 151 | 125 | 1 | 0 | 23 | 143 | 73 | 60 | 142 | 25 |
| Binary | 1101001 | 1010101 | 1 | 0 | 10011 | 1100011 | 111011 | 110000 | 1100010 | 10101 |
Color Harmonies of #695501
Complementary color
Monochromatic Colors of #695501
Black with #695501
Text Example
Text Example
White with #695501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695501; }
p { color: rgb(105,85,1); }
H1.HeaderClassName
{
color: #695501;
}
.AnyTagClassName
{
color: #695501;
}
</style>
background-color css
<style>
a { background-color: #695501; }
a { background-color: rgb(105,85,1); }
div.DivClassName
{
background-color: #695501;
}
.BgClassName
{
background-color: #695501;
}
</style>
border-color css
<style>
span { border-color: #695501; }
span { border-color: rgb(105,85,1); }
td.TdClassName
{
border-color: #695501;
}
.TagClassName
{
border-color: #695501;
}
</style>