Shades of Raw Umber #693C00
Tints of Raw Umber #693C00
RGB
CMYK
RGB Variations
Color information
#693C00 (or 0x693C00) is known color: Raw Umber. HEX triplet: 69, 3C and 00. RGB value is (105,60,0). Sum of RGB (Red+Green+Blue) = 105+60+0=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #693C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C00 is #96C3FF. Grayscale: #424242. Windows color (decimal): -9880576 or 15465. OLE color: 15465.
HSL color Cylindrical-coordinate representation of color #693C00: hue angle of 34.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #693C00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.59 |
| HSL | 34.29º | 1% | 0.21% | - |
| HSV(B) | 34.29º | 1% | 0.41% | - |
| XYZ | 7.44 | 6.23 | 0.81 | - |
| YUV | 66.62 | 90.41 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 0 | 0 | 0.43 | 1 | 0.59 | 34.29 | 1 | 0.21 |
| Hex | 69 | 3C | 0 | 0 | 2B | 64 | 3B | 22 | 64 | 15 |
| Octal | 151 | 74 | 0 | 0 | 53 | 144 | 73 | 42 | 144 | 25 |
| Binary | 1101001 | 111100 | 0 | 0 | 101011 | 1100100 | 111011 | 100010 | 1100100 | 10101 |
Color Harmonies of #693C00
Complementary color
Monochromatic Colors of #693C00
Black with #693C00
Text Example
Text Example
White with #693C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C00; }
p { color: rgb(105,60,0); }
H1.HeaderClassName
{
color: #693C00;
}
.AnyTagClassName
{
color: #693C00;
}
</style>
background-color css
<style>
a { background-color: #693C00; }
a { background-color: rgb(105,60,0); }
div.DivClassName
{
background-color: #693C00;
}
.BgClassName
{
background-color: #693C00;
}
</style>
border-color css
<style>
span { border-color: #693C00; }
span { border-color: rgb(105,60,0); }
td.TdClassName
{
border-color: #693C00;
}
.TagClassName
{
border-color: #693C00;
}
</style>