Shades of Raw Umber #693B0C
Tints of Raw Umber #693B0C
RGB
CMYK
RGB Variations
Color information
#693B0C (or 0x693B0C) is known color: Raw Umber. HEX triplet: 69, 3B and 0C. RGB value is (105,59,12). Sum of RGB (Red+Green+Blue) = 105+59+12=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #693B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B0C is #96C4F3. Grayscale: #434343. Windows color (decimal): -9880820 or 801641. OLE color: 801641.
HSL color Cylindrical-coordinate representation of color #693B0C: hue angle of 30.32º 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 #693B0C is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 59 | 12 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.59 |
| HSL | 30.32º | 0.79% | 0.23% | - |
| HSV(B) | 30.32º | 0.89% | 0.41% | - |
| XYZ | 7.46 | 6.16 | 1.14 | - |
| YUV | 67.4 | 96.74 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 59 | 12 | 0 | 0.44 | 0.89 | 0.59 | 30.32 | 0.79 | 0.23 |
| Hex | 69 | 3B | C | 0 | 2C | 59 | 3B | 1E | 4F | 17 |
| Octal | 151 | 73 | 14 | 0 | 54 | 131 | 73 | 36 | 117 | 27 |
| Binary | 1101001 | 111011 | 1100 | 0 | 101100 | 1011001 | 111011 | 11110 | 1001111 | 10111 |
Color Harmonies of #693B0C
Complementary color
Monochromatic Colors of #693B0C
Black with #693B0C
Text Example
Text Example
White with #693B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693B0C; }
p { color: rgb(105,59,12); }
H1.HeaderClassName
{
color: #693B0C;
}
.AnyTagClassName
{
color: #693B0C;
}
</style>
background-color css
<style>
a { background-color: #693B0C; }
a { background-color: rgb(105,59,12); }
div.DivClassName
{
background-color: #693B0C;
}
.BgClassName
{
background-color: #693B0C;
}
</style>
border-color css
<style>
span { border-color: #693B0C; }
span { border-color: rgb(105,59,12); }
td.TdClassName
{
border-color: #693B0C;
}
.TagClassName
{
border-color: #693B0C;
}
</style>