Shades of Raw Umber #693F0C
Tints of Raw Umber #693F0C
RGB
CMYK
RGB Variations
Color information
#693F0C (or 0x693F0C) is known color: Raw Umber. HEX triplet: 69, 3F and 0C. RGB value is (105,63,12). Sum of RGB (Red+Green+Blue) = 105+63+12=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #693F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F0C is #96C0F3. Grayscale: #454545. Windows color (decimal): -9879796 or 802665. OLE color: 802665.
HSL color Cylindrical-coordinate representation of color #693F0C: hue angle of 32.9º 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 #693F0C is Cyan = 0, Magento = 0.4, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 63 | 12 | - |
| CMYK | 0 | 0.4 | 0.89 | 0.59 |
| HSL | 32.9º | 0.79% | 0.23% | - |
| HSV(B) | 32.9º | 0.89% | 0.41% | - |
| XYZ | 7.67 | 6.58 | 1.21 | - |
| YUV | 69.74 | 95.41 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 63 | 12 | 0 | 0.4 | 0.89 | 0.59 | 32.9 | 0.79 | 0.23 |
| Hex | 69 | 3F | C | 0 | 28 | 59 | 3B | 21 | 4F | 17 |
| Octal | 151 | 77 | 14 | 0 | 50 | 131 | 73 | 41 | 117 | 27 |
| Binary | 1101001 | 111111 | 1100 | 0 | 101000 | 1011001 | 111011 | 100001 | 1001111 | 10111 |
Color Harmonies of #693F0C
Complementary color
Monochromatic Colors of #693F0C
Black with #693F0C
Text Example
Text Example
White with #693F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693F0C; }
p { color: rgb(105,63,12); }
H1.HeaderClassName
{
color: #693F0C;
}
.AnyTagClassName
{
color: #693F0C;
}
</style>
background-color css
<style>
a { background-color: #693F0C; }
a { background-color: rgb(105,63,12); }
div.DivClassName
{
background-color: #693F0C;
}
.BgClassName
{
background-color: #693F0C;
}
</style>
border-color css
<style>
span { border-color: #693F0C; }
span { border-color: rgb(105,63,12); }
td.TdClassName
{
border-color: #693F0C;
}
.TagClassName
{
border-color: #693F0C;
}
</style>