Shades of Raw Umber #694001
Tints of Raw Umber #694001
RGB
CMYK
RGB Variations
Color information
#694001 (or 0x694001) is known color: Raw Umber. HEX triplet: 69, 40 and 01. RGB value is (105,64,1). Sum of RGB (Red+Green+Blue) = 105+64+1=170 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.76% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 105 - color contains mainly: red. Hex color #694001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694001 is #96BFFE. Grayscale: #454545. Windows color (decimal): -9879551 or 82025. OLE color: 82025.
HSL color Cylindrical-coordinate representation of color #694001: hue angle of 36.35º 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 #694001 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 64 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.59 |
| HSL | 36.35º | 0.98% | 0.21% | - |
| HSV(B) | 36.35º | 0.99% | 0.41% | - |
| XYZ | 7.66 | 6.67 | 0.91 | - |
| YUV | 69.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 64 | 1 | 0 | 0.39 | 0.99 | 0.59 | 36.35 | 0.98 | 0.21 |
| Hex | 69 | 40 | 1 | 0 | 27 | 63 | 3B | 24 | 62 | 15 |
| Octal | 151 | 100 | 1 | 0 | 47 | 143 | 73 | 44 | 142 | 25 |
| Binary | 1101001 | 1000000 | 1 | 0 | 100111 | 1100011 | 111011 | 100100 | 1100010 | 10101 |
Color Harmonies of #694001
Complementary color
Monochromatic Colors of #694001
Black with #694001
Text Example
Text Example
White with #694001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694001; }
p { color: rgb(105,64,1); }
H1.HeaderClassName
{
color: #694001;
}
.AnyTagClassName
{
color: #694001;
}
</style>
background-color css
<style>
a { background-color: #694001; }
a { background-color: rgb(105,64,1); }
div.DivClassName
{
background-color: #694001;
}
.BgClassName
{
background-color: #694001;
}
</style>
border-color css
<style>
span { border-color: #694001; }
span { border-color: rgb(105,64,1); }
td.TdClassName
{
border-color: #694001;
}
.TagClassName
{
border-color: #694001;
}
</style>