Shades of Raw Umber #695F03
Tints of Raw Umber #695F03
RGB
CMYK
RGB Variations
Color information
#695F03 (or 0x695F03) is known color: Raw Umber. HEX triplet: 69, 5F and 03. RGB value is (105,95,3). Sum of RGB (Red+Green+Blue) = 105+95+3=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #695F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F03 is #96A0FC. Grayscale: #575757. Windows color (decimal): -9871613 or 221033. OLE color: 221033.
HSL color Cylindrical-coordinate representation of color #695F03: hue angle of 54.12º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #695F03 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 3 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.59 |
| HSL | 54.12º | 0.94% | 0.21% | - |
| HSV(B) | 54.12º | 0.97% | 0.41% | - |
| XYZ | 9.93 | 11.19 | 1.72 | - |
| YUV | 87.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 3 | 0 | 0.10 | 0.97 | 0.59 | 54.12 | 0.94 | 0.21 |
| Hex | 69 | 5F | 3 | 0 | A | 61 | 3B | 36 | 5E | 15 |
| Octal | 151 | 137 | 3 | 0 | 12 | 141 | 73 | 66 | 136 | 25 |
| Binary | 1101001 | 1011111 | 11 | 0 | 1010 | 1100001 | 111011 | 110110 | 1011110 | 10101 |
Color Harmonies of #695F03
Complementary color
Monochromatic Colors of #695F03
Black with #695F03
Text Example
Text Example
White with #695F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F03; }
p { color: rgb(105,95,3); }
H1.HeaderClassName
{
color: #695F03;
}
.AnyTagClassName
{
color: #695F03;
}
</style>
background-color css
<style>
a { background-color: #695F03; }
a { background-color: rgb(105,95,3); }
div.DivClassName
{
background-color: #695F03;
}
.BgClassName
{
background-color: #695F03;
}
</style>
border-color css
<style>
span { border-color: #695F03; }
span { border-color: rgb(105,95,3); }
td.TdClassName
{
border-color: #695F03;
}
.TagClassName
{
border-color: #695F03;
}
</style>