Shades of Raw Umber #694C03
Tints of Raw Umber #694C03
RGB
CMYK
RGB Variations
Color information
#694C03 (or 0x694C03) is known color: Raw Umber. HEX triplet: 69, 4C and 03. RGB value is (105,76,3). Sum of RGB (Red+Green+Blue) = 105+76+3=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #694C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C03 is #96B3FC. Grayscale: #4C4C4C. Windows color (decimal): -9876477 or 216169. OLE color: 216169.
HSL color Cylindrical-coordinate representation of color #694C03: hue angle of 42.94º 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 #694C03 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 3 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.59 |
| HSL | 42.94º | 0.94% | 0.21% | - |
| HSV(B) | 42.94º | 0.97% | 0.41% | - |
| XYZ | 8.43 | 8.18 | 1.22 | - |
| YUV | 76.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 3 | 0 | 0.28 | 0.97 | 0.59 | 42.94 | 0.94 | 0.21 |
| Hex | 69 | 4C | 3 | 0 | 1C | 61 | 3B | 2B | 5E | 15 |
| Octal | 151 | 114 | 3 | 0 | 34 | 141 | 73 | 53 | 136 | 25 |
| Binary | 1101001 | 1001100 | 11 | 0 | 11100 | 1100001 | 111011 | 101011 | 1011110 | 10101 |
Color Harmonies of #694C03
Complementary color
Monochromatic Colors of #694C03
Black with #694C03
Text Example
Text Example
White with #694C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C03; }
p { color: rgb(105,76,3); }
H1.HeaderClassName
{
color: #694C03;
}
.AnyTagClassName
{
color: #694C03;
}
</style>
background-color css
<style>
a { background-color: #694C03; }
a { background-color: rgb(105,76,3); }
div.DivClassName
{
background-color: #694C03;
}
.BgClassName
{
background-color: #694C03;
}
</style>
border-color css
<style>
span { border-color: #694C03; }
span { border-color: rgb(105,76,3); }
td.TdClassName
{
border-color: #694C03;
}
.TagClassName
{
border-color: #694C03;
}
</style>