Shades of Raw Umber #695300
Tints of Raw Umber #695300
RGB
CMYK
RGB Variations
Color information
#695300 (or 0x695300) is known color: Raw Umber. HEX triplet: 69, 53 and 00. RGB value is (105,83,0). Sum of RGB (Red+Green+Blue) = 105+83+0=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #695300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695300 is #96ACFF. Grayscale: #505050. Windows color (decimal): -9874688 or 21353. OLE color: 21353.
HSL color Cylindrical-coordinate representation of color #695300: hue angle of 47.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #695300 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 83 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.59 |
| HSL | 47.43º | 1% | 0.21% | - |
| HSV(B) | 47.43º | 1% | 0.41% | - |
| XYZ | 8.92 | 9.19 | 1.3 | - |
| YUV | 80.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 0 | 0 | 0.21 | 1 | 0.59 | 47.43 | 1 | 0.21 |
| Hex | 69 | 53 | 0 | 0 | 15 | 64 | 3B | 2F | 64 | 15 |
| Octal | 151 | 123 | 0 | 0 | 25 | 144 | 73 | 57 | 144 | 25 |
| Binary | 1101001 | 1010011 | 0 | 0 | 10101 | 1100100 | 111011 | 101111 | 1100100 | 10101 |
Color Harmonies of #695300
Complementary color
Monochromatic Colors of #695300
Black with #695300
Text Example
Text Example
White with #695300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695300; }
p { color: rgb(105,83,0); }
H1.HeaderClassName
{
color: #695300;
}
.AnyTagClassName
{
color: #695300;
}
</style>
background-color css
<style>
a { background-color: #695300; }
a { background-color: rgb(105,83,0); }
div.DivClassName
{
background-color: #695300;
}
.BgClassName
{
background-color: #695300;
}
</style>
border-color css
<style>
span { border-color: #695300; }
span { border-color: rgb(105,83,0); }
td.TdClassName
{
border-color: #695300;
}
.TagClassName
{
border-color: #695300;
}
</style>