Shades of Raw Umber #695403
Tints of Raw Umber #695403
RGB
CMYK
RGB Variations
Color information
#695403 (or 0x695403) is known color: Raw Umber. HEX triplet: 69, 54 and 03. RGB value is (105,84,3). Sum of RGB (Red+Green+Blue) = 105+84+3=192 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.69% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 105 - color contains mainly: red. Hex color #695403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695403 is #96ABFC. Grayscale: #515151. Windows color (decimal): -9874429 or 218217. OLE color: 218217.
HSL color Cylindrical-coordinate representation of color #695403: hue angle of 47.65º 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 #695403 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 3 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.59 |
| HSL | 47.65º | 0.94% | 0.21% | - |
| HSV(B) | 47.65º | 0.97% | 0.41% | - |
| XYZ | 9.01 | 9.35 | 1.42 | - |
| YUV | 81.05 | 83.96 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 3 | 0 | 0.20 | 0.97 | 0.59 | 47.65 | 0.94 | 0.21 |
| Hex | 69 | 54 | 3 | 0 | 14 | 61 | 3B | 30 | 5E | 15 |
| Octal | 151 | 124 | 3 | 0 | 24 | 141 | 73 | 60 | 136 | 25 |
| Binary | 1101001 | 1010100 | 11 | 0 | 10100 | 1100001 | 111011 | 110000 | 1011110 | 10101 |
Color Harmonies of #695403
Complementary color
Monochromatic Colors of #695403
Black with #695403
Text Example
Text Example
White with #695403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695403; }
p { color: rgb(105,84,3); }
H1.HeaderClassName
{
color: #695403;
}
.AnyTagClassName
{
color: #695403;
}
</style>
background-color css
<style>
a { background-color: #695403; }
a { background-color: rgb(105,84,3); }
div.DivClassName
{
background-color: #695403;
}
.BgClassName
{
background-color: #695403;
}
</style>
border-color css
<style>
span { border-color: #695403; }
span { border-color: rgb(105,84,3); }
td.TdClassName
{
border-color: #695403;
}
.TagClassName
{
border-color: #695403;
}
</style>