Shades of Raw Umber #693C03
Tints of Raw Umber #693C03
RGB
CMYK
RGB Variations
Color information
#693C03 (or 0x693C03) is known color: Raw Umber. HEX triplet: 69, 3C and 03. RGB value is (105,60,3). Sum of RGB (Red+Green+Blue) = 105+60+3=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #693C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C03 is #96C3FC. Grayscale: #434343. Windows color (decimal): -9880573 or 212073. OLE color: 212073.
HSL color Cylindrical-coordinate representation of color #693C03: hue angle of 33.53º 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 #693C03 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 3 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.59 |
| HSL | 33.53º | 0.94% | 0.21% | - |
| HSV(B) | 33.53º | 0.97% | 0.41% | - |
| XYZ | 7.46 | 6.24 | 0.9 | - |
| YUV | 66.96 | 91.91 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 3 | 0 | 0.43 | 0.97 | 0.59 | 33.53 | 0.94 | 0.21 |
| Hex | 69 | 3C | 3 | 0 | 2B | 61 | 3B | 22 | 5E | 15 |
| Octal | 151 | 74 | 3 | 0 | 53 | 141 | 73 | 42 | 136 | 25 |
| Binary | 1101001 | 111100 | 11 | 0 | 101011 | 1100001 | 111011 | 100010 | 1011110 | 10101 |
Color Harmonies of #693C03
Complementary color
Monochromatic Colors of #693C03
Black with #693C03
Text Example
Text Example
White with #693C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C03; }
p { color: rgb(105,60,3); }
H1.HeaderClassName
{
color: #693C03;
}
.AnyTagClassName
{
color: #693C03;
}
</style>
background-color css
<style>
a { background-color: #693C03; }
a { background-color: rgb(105,60,3); }
div.DivClassName
{
background-color: #693C03;
}
.BgClassName
{
background-color: #693C03;
}
</style>
border-color css
<style>
span { border-color: #693C03; }
span { border-color: rgb(105,60,3); }
td.TdClassName
{
border-color: #693C03;
}
.TagClassName
{
border-color: #693C03;
}
</style>