Shades of Raw Umber #694C0C
Tints of Raw Umber #694C0C
RGB
CMYK
RGB Variations
Color information
#694C0C (or 0x694C0C) is known color: Raw Umber. HEX triplet: 69, 4C and 0C. RGB value is (105,76,12). Sum of RGB (Red+Green+Blue) = 105+76+12=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #694C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694C0C is #96B3F3. Grayscale: #4D4D4D. Windows color (decimal): -9876468 or 805993. OLE color: 805993.
HSL color Cylindrical-coordinate representation of color #694C0C: hue angle of 41.29º 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 #694C0C is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 76 | 12 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.59 |
| HSL | 41.29º | 0.79% | 0.23% | - |
| HSV(B) | 41.29º | 0.89% | 0.41% | - |
| XYZ | 8.48 | 8.2 | 1.48 | - |
| YUV | 77.38 | 91.11 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 76 | 12 | 0 | 0.28 | 0.89 | 0.59 | 41.29 | 0.79 | 0.23 |
| Hex | 69 | 4C | C | 0 | 1C | 59 | 3B | 29 | 4F | 17 |
| Octal | 151 | 114 | 14 | 0 | 34 | 131 | 73 | 51 | 117 | 27 |
| Binary | 1101001 | 1001100 | 1100 | 0 | 11100 | 1011001 | 111011 | 101001 | 1001111 | 10111 |
Color Harmonies of #694C0C
Complementary color
Monochromatic Colors of #694C0C
Black with #694C0C
Text Example
Text Example
White with #694C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694C0C; }
p { color: rgb(105,76,12); }
H1.HeaderClassName
{
color: #694C0C;
}
.AnyTagClassName
{
color: #694C0C;
}
</style>
background-color css
<style>
a { background-color: #694C0C; }
a { background-color: rgb(105,76,12); }
div.DivClassName
{
background-color: #694C0C;
}
.BgClassName
{
background-color: #694C0C;
}
</style>
border-color css
<style>
span { border-color: #694C0C; }
span { border-color: rgb(105,76,12); }
td.TdClassName
{
border-color: #694C0C;
}
.TagClassName
{
border-color: #694C0C;
}
</style>