Shades of Raw Umber #694F0C
Tints of Raw Umber #694F0C
RGB
CMYK
RGB Variations
Color information
#694F0C (or 0x694F0C) is known color: Raw Umber. HEX triplet: 69, 4F and 0C. RGB value is (105,79,12). Sum of RGB (Red+Green+Blue) = 105+79+12=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #694F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #694F0C is #96B0F3. Grayscale: #4F4F4F. Windows color (decimal): -9875700 or 806761. OLE color: 806761.
HSL color Cylindrical-coordinate representation of color #694F0C: hue angle of 43.23º 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 #694F0C is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 12 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.59 |
| HSL | 43.23º | 0.79% | 0.23% | - |
| HSV(B) | 43.23º | 0.89% | 0.41% | - |
| XYZ | 8.69 | 8.62 | 1.55 | - |
| YUV | 79.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 12 | 0 | 0.25 | 0.89 | 0.59 | 43.23 | 0.79 | 0.23 |
| Hex | 69 | 4F | C | 0 | 19 | 59 | 3B | 2B | 4F | 17 |
| Octal | 151 | 117 | 14 | 0 | 31 | 131 | 73 | 53 | 117 | 27 |
| Binary | 1101001 | 1001111 | 1100 | 0 | 11001 | 1011001 | 111011 | 101011 | 1001111 | 10111 |
Color Harmonies of #694F0C
Complementary color
Monochromatic Colors of #694F0C
Black with #694F0C
Text Example
Text Example
White with #694F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F0C; }
p { color: rgb(105,79,12); }
H1.HeaderClassName
{
color: #694F0C;
}
.AnyTagClassName
{
color: #694F0C;
}
</style>
background-color css
<style>
a { background-color: #694F0C; }
a { background-color: rgb(105,79,12); }
div.DivClassName
{
background-color: #694F0C;
}
.BgClassName
{
background-color: #694F0C;
}
</style>
border-color css
<style>
span { border-color: #694F0C; }
span { border-color: rgb(105,79,12); }
td.TdClassName
{
border-color: #694F0C;
}
.TagClassName
{
border-color: #694F0C;
}
</style>