Shades of Raw Umber #695405
Tints of Raw Umber #695405
RGB
CMYK
RGB Variations
Color information
#695405 (or 0x695405) is known color: Raw Umber. HEX triplet: 69, 54 and 05. RGB value is (105,84,5). Sum of RGB (Red+Green+Blue) = 105+84+5=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #695405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695405 is #96ABFA. Grayscale: #515151. Windows color (decimal): -9874427 or 349289. OLE color: 349289.
HSL color Cylindrical-coordinate representation of color #695405: hue angle of 47.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #695405 is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 84 | 5 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.59 |
| HSL | 47.4º | 0.91% | 0.22% | - |
| HSV(B) | 47.4º | 0.95% | 0.41% | - |
| XYZ | 9.02 | 9.35 | 1.47 | - |
| YUV | 81.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 5 | 0 | 0.20 | 0.95 | 0.59 | 47.4 | 0.91 | 0.22 |
| Hex | 69 | 54 | 5 | 0 | 14 | 5F | 3B | 2F | 5B | 16 |
| Octal | 151 | 124 | 5 | 0 | 24 | 137 | 73 | 57 | 133 | 26 |
| Binary | 1101001 | 1010100 | 101 | 0 | 10100 | 1011111 | 111011 | 101111 | 1011011 | 10110 |
Color Harmonies of #695405
Complementary color
Monochromatic Colors of #695405
Black with #695405
Text Example
Text Example
White with #695405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695405; }
p { color: rgb(105,84,5); }
H1.HeaderClassName
{
color: #695405;
}
.AnyTagClassName
{
color: #695405;
}
</style>
background-color css
<style>
a { background-color: #695405; }
a { background-color: rgb(105,84,5); }
div.DivClassName
{
background-color: #695405;
}
.BgClassName
{
background-color: #695405;
}
</style>
border-color css
<style>
span { border-color: #695405; }
span { border-color: rgb(105,84,5); }
td.TdClassName
{
border-color: #695405;
}
.TagClassName
{
border-color: #695405;
}
</style>