Shades of Raw Umber #68410A
Tints of Raw Umber #68410A
RGB
CMYK
RGB Variations
Color information
#68410A (or 0x68410A) is known color: Raw Umber. HEX triplet: 68, 41 and 0A. RGB value is (104,65,10). Sum of RGB (Red+Green+Blue) = 104+65+10=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #68410A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68410A is #97BEF5. Grayscale: #464646. Windows color (decimal): -9944822 or 672104. OLE color: 672104.
HSL color Cylindrical-coordinate representation of color #68410A: hue angle of 35.11º 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 #68410A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 10 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.59 |
| HSL | 35.11º | 0.82% | 0.22% | - |
| HSV(B) | 35.11º | 0.9% | 0.41% | - |
| XYZ | 7.65 | 6.75 | 1.19 | - |
| YUV | 70.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 10 | 0 | 0.38 | 0.90 | 0.59 | 35.11 | 0.82 | 0.22 |
| Hex | 68 | 41 | A | 0 | 26 | 5A | 3B | 23 | 52 | 16 |
| Octal | 150 | 101 | 12 | 0 | 46 | 132 | 73 | 43 | 122 | 26 |
| Binary | 1101000 | 1000001 | 1010 | 0 | 100110 | 1011010 | 111011 | 100011 | 1010010 | 10110 |
Color Harmonies of #68410A
Complementary color
Monochromatic Colors of #68410A
Black with #68410A
Text Example
Text Example
White with #68410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68410A; }
p { color: rgb(104,65,10); }
H1.HeaderClassName
{
color: #68410A;
}
.AnyTagClassName
{
color: #68410A;
}
</style>
background-color css
<style>
a { background-color: #68410A; }
a { background-color: rgb(104,65,10); }
div.DivClassName
{
background-color: #68410A;
}
.BgClassName
{
background-color: #68410A;
}
</style>
border-color css
<style>
span { border-color: #68410A; }
span { border-color: rgb(104,65,10); }
td.TdClassName
{
border-color: #68410A;
}
.TagClassName
{
border-color: #68410A;
}
</style>