Shades of Raw Umber #693C0C
Tints of Raw Umber #693C0C
RGB
CMYK
RGB Variations
Color information
#693C0C (or 0x693C0C) is known color: Raw Umber. HEX triplet: 69, 3C and 0C. RGB value is (105,60,12). Sum of RGB (Red+Green+Blue) = 105+60+12=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C0C is #96C3F3. Grayscale: #444444. Windows color (decimal): -9880564 or 801897. OLE color: 801897.
HSL color Cylindrical-coordinate representation of color #693C0C: hue angle of 30.97º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #693C0C is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 60 | 12 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.59 |
| HSL | 30.97º | 0.79% | 0.23% | - |
| HSV(B) | 30.97º | 0.89% | 0.41% | - |
| XYZ | 7.51 | 6.26 | 1.16 | - |
| YUV | 67.98 | 96.41 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 12 | 0 | 0.43 | 0.89 | 0.59 | 30.97 | 0.79 | 0.23 |
| Hex | 69 | 3C | C | 0 | 2B | 59 | 3B | 1F | 4F | 17 |
| Octal | 151 | 74 | 14 | 0 | 53 | 131 | 73 | 37 | 117 | 27 |
| Binary | 1101001 | 111100 | 1100 | 0 | 101011 | 1011001 | 111011 | 11111 | 1001111 | 10111 |
Color Harmonies of #693C0C
Complementary color
Monochromatic Colors of #693C0C
Black with #693C0C
Text Example
Text Example
White with #693C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693C0C; }
p { color: rgb(105,60,12); }
H1.HeaderClassName
{
color: #693C0C;
}
.AnyTagClassName
{
color: #693C0C;
}
</style>
background-color css
<style>
a { background-color: #693C0C; }
a { background-color: rgb(105,60,12); }
div.DivClassName
{
background-color: #693C0C;
}
.BgClassName
{
background-color: #693C0C;
}
</style>
border-color css
<style>
span { border-color: #693C0C; }
span { border-color: rgb(105,60,12); }
td.TdClassName
{
border-color: #693C0C;
}
.TagClassName
{
border-color: #693C0C;
}
</style>