Shades of Raw Umber #694303
Tints of Raw Umber #694303
RGB
CMYK
RGB Variations
Color information
#694303 (or 0x694303) is known color: Raw Umber. HEX triplet: 69, 43 and 03. RGB value is (105,67,3). Sum of RGB (Red+Green+Blue) = 105+67+3=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #694303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694303 is #96BCFC. Grayscale: #474747. Windows color (decimal): -9878781 or 213865. OLE color: 213865.
HSL color Cylindrical-coordinate representation of color #694303: hue angle of 37.65º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #694303 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 67 | 3 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.59 |
| HSL | 37.65º | 0.94% | 0.21% | - |
| HSV(B) | 37.65º | 0.97% | 0.41% | - |
| XYZ | 7.85 | 7.02 | 1.03 | - |
| YUV | 71.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 3 | 0 | 0.36 | 0.97 | 0.59 | 37.65 | 0.94 | 0.21 |
| Hex | 69 | 43 | 3 | 0 | 24 | 61 | 3B | 26 | 5E | 15 |
| Octal | 151 | 103 | 3 | 0 | 44 | 141 | 73 | 46 | 136 | 25 |
| Binary | 1101001 | 1000011 | 11 | 0 | 100100 | 1100001 | 111011 | 100110 | 1011110 | 10101 |
Color Harmonies of #694303
Complementary color
Monochromatic Colors of #694303
Black with #694303
Text Example
Text Example
White with #694303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694303; }
p { color: rgb(105,67,3); }
H1.HeaderClassName
{
color: #694303;
}
.AnyTagClassName
{
color: #694303;
}
</style>
background-color css
<style>
a { background-color: #694303; }
a { background-color: rgb(105,67,3); }
div.DivClassName
{
background-color: #694303;
}
.BgClassName
{
background-color: #694303;
}
</style>
border-color css
<style>
span { border-color: #694303; }
span { border-color: rgb(105,67,3); }
td.TdClassName
{
border-color: #694303;
}
.TagClassName
{
border-color: #694303;
}
</style>