Shades of Raw Umber #68470A
Tints of Raw Umber #68470A
RGB
CMYK
RGB Variations
Color information
#68470A (or 0x68470A) is known color: Raw Umber. HEX triplet: 68, 47 and 0A. RGB value is (104,71,10). Sum of RGB (Red+Green+Blue) = 104+71+10=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68470A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68470A is #97B8F5. Grayscale: #4A4A4A. Windows color (decimal): -9943286 or 673640. OLE color: 673640.
HSL color Cylindrical-coordinate representation of color #68470A: hue angle of 38.94º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68470A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 10 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.59 |
| HSL | 38.94º | 0.82% | 0.22% | - |
| HSV(B) | 38.94º | 0.9% | 0.41% | - |
| XYZ | 8.02 | 7.47 | 1.31 | - |
| YUV | 73.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 10 | 0 | 0.32 | 0.90 | 0.59 | 38.94 | 0.82 | 0.22 |
| Hex | 68 | 47 | A | 0 | 20 | 5A | 3B | 27 | 52 | 16 |
| Octal | 150 | 107 | 12 | 0 | 40 | 132 | 73 | 47 | 122 | 26 |
| Binary | 1101000 | 1000111 | 1010 | 0 | 100000 | 1011010 | 111011 | 100111 | 1010010 | 10110 |
Color Harmonies of #68470A
Complementary color
Monochromatic Colors of #68470A
Black with #68470A
Text Example
Text Example
White with #68470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68470A; }
p { color: rgb(104,71,10); }
H1.HeaderClassName
{
color: #68470A;
}
.AnyTagClassName
{
color: #68470A;
}
</style>
background-color css
<style>
a { background-color: #68470A; }
a { background-color: rgb(104,71,10); }
div.DivClassName
{
background-color: #68470A;
}
.BgClassName
{
background-color: #68470A;
}
</style>
border-color css
<style>
span { border-color: #68470A; }
span { border-color: rgb(104,71,10); }
td.TdClassName
{
border-color: #68470A;
}
.TagClassName
{
border-color: #68470A;
}
</style>