Shades of Raw Umber #695C01
Tints of Raw Umber #695C01
RGB
CMYK
RGB Variations
Color information
#695C01 (or 0x695C01) is known color: Raw Umber. HEX triplet: 69, 5C and 01. RGB value is (105,92,1). Sum of RGB (Red+Green+Blue) = 105+92+1=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #695C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695C01 is #96A3FE. Grayscale: #555555. Windows color (decimal): -9872383 or 89193. OLE color: 89193.
HSL color Cylindrical-coordinate representation of color #695C01: hue angle of 52.5º 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 #695C01 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 92 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.59 |
| HSL | 52.5º | 0.98% | 0.21% | - |
| HSV(B) | 52.5º | 0.99% | 0.41% | - |
| XYZ | 9.66 | 10.66 | 1.58 | - |
| YUV | 85.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 92 | 1 | 0 | 0.12 | 0.99 | 0.59 | 52.5 | 0.98 | 0.21 |
| Hex | 69 | 5C | 1 | 0 | C | 63 | 3B | 34 | 62 | 15 |
| Octal | 151 | 134 | 1 | 0 | 14 | 143 | 73 | 64 | 142 | 25 |
| Binary | 1101001 | 1011100 | 1 | 0 | 1100 | 1100011 | 111011 | 110100 | 1100010 | 10101 |
Color Harmonies of #695C01
Complementary color
Monochromatic Colors of #695C01
Black with #695C01
Text Example
Text Example
White with #695C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695C01; }
p { color: rgb(105,92,1); }
H1.HeaderClassName
{
color: #695C01;
}
.AnyTagClassName
{
color: #695C01;
}
</style>
background-color css
<style>
a { background-color: #695C01; }
a { background-color: rgb(105,92,1); }
div.DivClassName
{
background-color: #695C01;
}
.BgClassName
{
background-color: #695C01;
}
</style>
border-color css
<style>
span { border-color: #695C01; }
span { border-color: rgb(105,92,1); }
td.TdClassName
{
border-color: #695C01;
}
.TagClassName
{
border-color: #695C01;
}
</style>