Shades of Raw Umber #695414
Tints of Raw Umber #695414
RGB
CMYK
RGB Variations
Color information
#695414 (or 0x695414) is known color: Raw Umber. HEX triplet: 69, 54 and 14. RGB value is (105,84,20). Sum of RGB (Red+Green+Blue) = 105+84+20=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #695414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695414 is #96ABEB. Grayscale: #535353. Windows color (decimal): -9874412 or 1332329. OLE color: 1332329.
HSL color Cylindrical-coordinate representation of color #695414: hue angle of 45.18º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #695414 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 20 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.59 |
| HSL | 45.18º | 0.68% | 0.25% | - |
| HSV(B) | 45.18º | 0.81% | 0.41% | - |
| XYZ | 9.12 | 9.39 | 1.99 | - |
| YUV | 82.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 20 | 0 | 0.20 | 0.81 | 0.59 | 45.18 | 0.68 | 0.25 |
| Hex | 69 | 54 | 14 | 0 | 14 | 51 | 3B | 2D | 44 | 19 |
| Octal | 151 | 124 | 24 | 0 | 24 | 121 | 73 | 55 | 104 | 31 |
| Binary | 1101001 | 1010100 | 10100 | 0 | 10100 | 1010001 | 111011 | 101101 | 1000100 | 11001 |
Color Harmonies of #695414
Complementary color
Monochromatic Colors of #695414
Black with #695414
Text Example
Text Example
White with #695414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695414; }
p { color: rgb(105,84,20); }
H1.HeaderClassName
{
color: #695414;
}
.AnyTagClassName
{
color: #695414;
}
</style>
background-color css
<style>
a { background-color: #695414; }
a { background-color: rgb(105,84,20); }
div.DivClassName
{
background-color: #695414;
}
.BgClassName
{
background-color: #695414;
}
</style>
border-color css
<style>
span { border-color: #695414; }
span { border-color: rgb(105,84,20); }
td.TdClassName
{
border-color: #695414;
}
.TagClassName
{
border-color: #695414;
}
</style>