Shades of Raw Umber #695507
Tints of Raw Umber #695507
RGB
CMYK
RGB Variations
Color information
#695507 (or 0x695507) is known color: Raw Umber. HEX triplet: 69, 55 and 07. RGB value is (105,85,7). Sum of RGB (Red+Green+Blue) = 105+85+7=197 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.30% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 105 - color contains mainly: red. Hex color #695507 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695507 is #96AAF8. Grayscale: #525252. Windows color (decimal): -9874169 or 480617. OLE color: 480617.
HSL color Cylindrical-coordinate representation of color #695507: hue angle of 47.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #695507 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 85 | 7 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.59 |
| HSL | 47.76º | 0.88% | 0.22% | - |
| HSV(B) | 47.76º | 0.93% | 0.41% | - |
| XYZ | 9.11 | 9.52 | 1.56 | - |
| YUV | 82.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 7 | 0 | 0.19 | 0.93 | 0.59 | 47.76 | 0.88 | 0.22 |
| Hex | 69 | 55 | 7 | 0 | 13 | 5D | 3B | 30 | 58 | 16 |
| Octal | 151 | 125 | 7 | 0 | 23 | 135 | 73 | 60 | 130 | 26 |
| Binary | 1101001 | 1010101 | 111 | 0 | 10011 | 1011101 | 111011 | 110000 | 1011000 | 10110 |
Color Harmonies of #695507
Complementary color
Monochromatic Colors of #695507
Black with #695507
Text Example
Text Example
White with #695507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695507; }
p { color: rgb(105,85,7); }
H1.HeaderClassName
{
color: #695507;
}
.AnyTagClassName
{
color: #695507;
}
</style>
background-color css
<style>
a { background-color: #695507; }
a { background-color: rgb(105,85,7); }
div.DivClassName
{
background-color: #695507;
}
.BgClassName
{
background-color: #695507;
}
</style>
border-color css
<style>
span { border-color: #695507; }
span { border-color: rgb(105,85,7); }
td.TdClassName
{
border-color: #695507;
}
.TagClassName
{
border-color: #695507;
}
</style>