Shades of Raw Umber #695401
Tints of Raw Umber #695401
RGB
CMYK
RGB Variations
Color information
#695401 (or 0x695401) is known color: Raw Umber. HEX triplet: 69, 54 and 01. RGB value is (105,84,1). Sum of RGB (Red+Green+Blue) = 105+84+1=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #695401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695401 is #96ABFE. Grayscale: #515151. Windows color (decimal): -9874431 or 87145. OLE color: 87145.
HSL color Cylindrical-coordinate representation of color #695401: hue angle of 47.88º 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 #695401 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.59 |
| HSL | 47.88º | 0.98% | 0.21% | - |
| HSV(B) | 47.88º | 0.99% | 0.41% | - |
| XYZ | 9 | 9.35 | 1.36 | - |
| YUV | 80.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 1 | 0 | 0.20 | 0.99 | 0.59 | 47.88 | 0.98 | 0.21 |
| Hex | 69 | 54 | 1 | 0 | 14 | 63 | 3B | 30 | 62 | 15 |
| Octal | 151 | 124 | 1 | 0 | 24 | 143 | 73 | 60 | 142 | 25 |
| Binary | 1101001 | 1010100 | 1 | 0 | 10100 | 1100011 | 111011 | 110000 | 1100010 | 10101 |
Color Harmonies of #695401
Complementary color
Monochromatic Colors of #695401
Black with #695401
Text Example
Text Example
White with #695401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695401; }
p { color: rgb(105,84,1); }
H1.HeaderClassName
{
color: #695401;
}
.AnyTagClassName
{
color: #695401;
}
</style>
background-color css
<style>
a { background-color: #695401; }
a { background-color: rgb(105,84,1); }
div.DivClassName
{
background-color: #695401;
}
.BgClassName
{
background-color: #695401;
}
</style>
border-color css
<style>
span { border-color: #695401; }
span { border-color: rgb(105,84,1); }
td.TdClassName
{
border-color: #695401;
}
.TagClassName
{
border-color: #695401;
}
</style>