Shades of Raw Umber #694B01
Tints of Raw Umber #694B01
RGB
CMYK
RGB Variations
Color information
#694B01 (or 0x694B01) is known color: Raw Umber. HEX triplet: 69, 4B and 01. RGB value is (105,75,1). Sum of RGB (Red+Green+Blue) = 105+75+1=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #694B01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694B01 is #96B4FE. Grayscale: #4B4B4B. Windows color (decimal): -9876735 or 84841. OLE color: 84841.
HSL color Cylindrical-coordinate representation of color #694B01: hue angle of 42.69º 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 #694B01 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.59 |
| HSL | 42.69º | 0.98% | 0.21% | - |
| HSV(B) | 42.69º | 0.99% | 0.41% | - |
| XYZ | 8.35 | 8.04 | 1.14 | - |
| YUV | 75.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 1 | 0 | 0.29 | 0.99 | 0.59 | 42.69 | 0.98 | 0.21 |
| Hex | 69 | 4B | 1 | 0 | 1D | 63 | 3B | 2B | 62 | 15 |
| Octal | 151 | 113 | 1 | 0 | 35 | 143 | 73 | 53 | 142 | 25 |
| Binary | 1101001 | 1001011 | 1 | 0 | 11101 | 1100011 | 111011 | 101011 | 1100010 | 10101 |
Color Harmonies of #694B01
Complementary color
Monochromatic Colors of #694B01
Black with #694B01
Text Example
Text Example
White with #694B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B01; }
p { color: rgb(105,75,1); }
H1.HeaderClassName
{
color: #694B01;
}
.AnyTagClassName
{
color: #694B01;
}
</style>
background-color css
<style>
a { background-color: #694B01; }
a { background-color: rgb(105,75,1); }
div.DivClassName
{
background-color: #694B01;
}
.BgClassName
{
background-color: #694B01;
}
</style>
border-color css
<style>
span { border-color: #694B01; }
span { border-color: rgb(105,75,1); }
td.TdClassName
{
border-color: #694B01;
}
.TagClassName
{
border-color: #694B01;
}
</style>