Shades of Raw Umber #695301
Tints of Raw Umber #695301
RGB
CMYK
RGB Variations
Color information
#695301 (or 0x695301) is known color: Raw Umber. HEX triplet: 69, 53 and 01. RGB value is (105,83,1). Sum of RGB (Red+Green+Blue) = 105+83+1=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #695301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695301 is #96ACFE. Grayscale: #505050. Windows color (decimal): -9874687 or 86889. OLE color: 86889.
HSL color Cylindrical-coordinate representation of color #695301: hue angle of 47.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #695301 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.59 |
| HSL | 47.31º | 0.98% | 0.21% | - |
| HSV(B) | 47.31º | 0.99% | 0.41% | - |
| XYZ | 8.92 | 9.19 | 1.33 | - |
| YUV | 80.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 1 | 0 | 0.21 | 0.99 | 0.59 | 47.31 | 0.98 | 0.21 |
| Hex | 69 | 53 | 1 | 0 | 15 | 63 | 3B | 2F | 62 | 15 |
| Octal | 151 | 123 | 1 | 0 | 25 | 143 | 73 | 57 | 142 | 25 |
| Binary | 1101001 | 1010011 | 1 | 0 | 10101 | 1100011 | 111011 | 101111 | 1100010 | 10101 |
Color Harmonies of #695301
Complementary color
Monochromatic Colors of #695301
Black with #695301
Text Example
Text Example
White with #695301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695301; }
p { color: rgb(105,83,1); }
H1.HeaderClassName
{
color: #695301;
}
.AnyTagClassName
{
color: #695301;
}
</style>
background-color css
<style>
a { background-color: #695301; }
a { background-color: rgb(105,83,1); }
div.DivClassName
{
background-color: #695301;
}
.BgClassName
{
background-color: #695301;
}
</style>
border-color css
<style>
span { border-color: #695301; }
span { border-color: rgb(105,83,1); }
td.TdClassName
{
border-color: #695301;
}
.TagClassName
{
border-color: #695301;
}
</style>