Shades of Raw Umber #694D01
Tints of Raw Umber #694D01
RGB
CMYK
RGB Variations
Color information
#694D01 (or 0x694D01) is known color: Raw Umber. HEX triplet: 69, 4D and 01. RGB value is (105,77,1). Sum of RGB (Red+Green+Blue) = 105+77+1=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 77 (30.47% from 255 or 42.08% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #694D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694D01 is #96B2FE. Grayscale: #4D4D4D. Windows color (decimal): -9876223 or 85353. OLE color: 85353.
HSL color Cylindrical-coordinate representation of color #694D01: hue angle of 43.85º 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 #694D01 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.59 |
| HSL | 43.85º | 0.98% | 0.21% | - |
| HSV(B) | 43.85º | 0.99% | 0.41% | - |
| XYZ | 8.49 | 8.31 | 1.19 | - |
| YUV | 76.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 1 | 0 | 0.27 | 0.99 | 0.59 | 43.85 | 0.98 | 0.21 |
| Hex | 69 | 4D | 1 | 0 | 1B | 63 | 3B | 2C | 62 | 15 |
| Octal | 151 | 115 | 1 | 0 | 33 | 143 | 73 | 54 | 142 | 25 |
| Binary | 1101001 | 1001101 | 1 | 0 | 11011 | 1100011 | 111011 | 101100 | 1100010 | 10101 |
Color Harmonies of #694D01
Complementary color
Monochromatic Colors of #694D01
Black with #694D01
Text Example
Text Example
White with #694D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D01; }
p { color: rgb(105,77,1); }
H1.HeaderClassName
{
color: #694D01;
}
.AnyTagClassName
{
color: #694D01;
}
</style>
background-color css
<style>
a { background-color: #694D01; }
a { background-color: rgb(105,77,1); }
div.DivClassName
{
background-color: #694D01;
}
.BgClassName
{
background-color: #694D01;
}
</style>
border-color css
<style>
span { border-color: #694D01; }
span { border-color: rgb(105,77,1); }
td.TdClassName
{
border-color: #694D01;
}
.TagClassName
{
border-color: #694D01;
}
</style>