Shades of Raw Umber #694B17
Tints of Raw Umber #694B17
RGB
CMYK
RGB Variations
Color information
#694B17 (or 0x694B17) is known color: Raw Umber. HEX triplet: 69, 4B and 17. RGB value is (105,75,23). Sum of RGB (Red+Green+Blue) = 105+75+23=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #694B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B17 is #96B4E8. Grayscale: #4E4E4E. Windows color (decimal): -9876713 or 1526633. OLE color: 1526633.
HSL color Cylindrical-coordinate representation of color #694B17: hue angle of 38.05º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #694B17 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 23 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.59 |
| HSL | 38.05º | 0.64% | 0.25% | - |
| HSV(B) | 38.05º | 0.78% | 0.41% | - |
| XYZ | 8.5 | 8.1 | 1.93 | - |
| YUV | 78.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 23 | 0 | 0.29 | 0.78 | 0.59 | 38.05 | 0.64 | 0.25 |
| Hex | 69 | 4B | 17 | 0 | 1D | 4E | 3B | 26 | 40 | 19 |
| Octal | 151 | 113 | 27 | 0 | 35 | 116 | 73 | 46 | 100 | 31 |
| Binary | 1101001 | 1001011 | 10111 | 0 | 11101 | 1001110 | 111011 | 100110 | 1000000 | 11001 |
Color Harmonies of #694B17
Complementary color
Monochromatic Colors of #694B17
Black with #694B17
Text Example
Text Example
White with #694B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B17; }
p { color: rgb(105,75,23); }
H1.HeaderClassName
{
color: #694B17;
}
.AnyTagClassName
{
color: #694B17;
}
</style>
background-color css
<style>
a { background-color: #694B17; }
a { background-color: rgb(105,75,23); }
div.DivClassName
{
background-color: #694B17;
}
.BgClassName
{
background-color: #694B17;
}
</style>
border-color css
<style>
span { border-color: #694B17; }
span { border-color: rgb(105,75,23); }
td.TdClassName
{
border-color: #694B17;
}
.TagClassName
{
border-color: #694B17;
}
</style>