Shades of Raw Umber #695B0B
Tints of Raw Umber #695B0B
RGB
CMYK
RGB Variations
Color information
#695B0B (or 0x695B0B) is known color: Raw Umber. HEX triplet: 69, 5B and 0B. RGB value is (105,91,11). Sum of RGB (Red+Green+Blue) = 105+91+11=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #695B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695B0B is #96A4F4. Grayscale: #565656. Windows color (decimal): -9872629 or 744297. OLE color: 744297.
HSL color Cylindrical-coordinate representation of color #695B0B: hue angle of 51.06º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #695B0B is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 11 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.59 |
| HSL | 51.06º | 0.81% | 0.23% | - |
| HSV(B) | 51.06º | 0.9% | 0.41% | - |
| XYZ | 9.63 | 10.51 | 1.84 | - |
| YUV | 86.07 | 85.64 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 11 | 0 | 0.13 | 0.90 | 0.59 | 51.06 | 0.81 | 0.23 |
| Hex | 69 | 5B | B | 0 | D | 5A | 3B | 33 | 51 | 17 |
| Octal | 151 | 133 | 13 | 0 | 15 | 132 | 73 | 63 | 121 | 27 |
| Binary | 1101001 | 1011011 | 1011 | 0 | 1101 | 1011010 | 111011 | 110011 | 1010001 | 10111 |
Color Harmonies of #695B0B
Complementary color
Monochromatic Colors of #695B0B
Black with #695B0B
Text Example
Text Example
White with #695B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B0B; }
p { color: rgb(105,91,11); }
H1.HeaderClassName
{
color: #695B0B;
}
.AnyTagClassName
{
color: #695B0B;
}
</style>
background-color css
<style>
a { background-color: #695B0B; }
a { background-color: rgb(105,91,11); }
div.DivClassName
{
background-color: #695B0B;
}
.BgClassName
{
background-color: #695B0B;
}
</style>
border-color css
<style>
span { border-color: #695B0B; }
span { border-color: rgb(105,91,11); }
td.TdClassName
{
border-color: #695B0B;
}
.TagClassName
{
border-color: #695B0B;
}
</style>