Shades of Raw Umber #695404
Tints of Raw Umber #695404
RGB
CMYK
RGB Variations
Color information
#695404 (or 0x695404) is known color: Raw Umber. HEX triplet: 69, 54 and 04. RGB value is (105,84,4). Sum of RGB (Red+Green+Blue) = 105+84+4=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 4 (1.95% from 255 or 2.07% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #695404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695404 is #96ABFB. Grayscale: #515151. Windows color (decimal): -9874428 or 283753. OLE color: 283753.
HSL color Cylindrical-coordinate representation of color #695404: hue angle of 47.52º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #695404 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 4 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.59 |
| HSL | 47.52º | 0.93% | 0.21% | - |
| HSV(B) | 47.52º | 0.96% | 0.41% | - |
| XYZ | 9.02 | 9.35 | 1.44 | - |
| YUV | 81.16 | 84.46 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 4 | 0 | 0.20 | 0.96 | 0.59 | 47.52 | 0.93 | 0.21 |
| Hex | 69 | 54 | 4 | 0 | 14 | 60 | 3B | 30 | 5D | 15 |
| Octal | 151 | 124 | 4 | 0 | 24 | 140 | 73 | 60 | 135 | 25 |
| Binary | 1101001 | 1010100 | 100 | 0 | 10100 | 1100000 | 111011 | 110000 | 1011101 | 10101 |
Color Harmonies of #695404
Complementary color
Monochromatic Colors of #695404
Black with #695404
Text Example
Text Example
White with #695404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695404; }
p { color: rgb(105,84,4); }
H1.HeaderClassName
{
color: #695404;
}
.AnyTagClassName
{
color: #695404;
}
</style>
background-color css
<style>
a { background-color: #695404; }
a { background-color: rgb(105,84,4); }
div.DivClassName
{
background-color: #695404;
}
.BgClassName
{
background-color: #695404;
}
</style>
border-color css
<style>
span { border-color: #695404; }
span { border-color: rgb(105,84,4); }
td.TdClassName
{
border-color: #695404;
}
.TagClassName
{
border-color: #695404;
}
</style>