Shades of Raw Umber #68400A
Tints of Raw Umber #68400A
RGB
CMYK
RGB Variations
Color information
#68400A (or 0x68400A) is known color: Raw Umber. HEX triplet: 68, 40 and 0A. RGB value is (104,64,10). Sum of RGB (Red+Green+Blue) = 104+64+10=178 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.43% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 104 - color contains mainly: red. Hex color #68400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68400A is #97BFF5. Grayscale: #464646. Windows color (decimal): -9945078 or 671848. OLE color: 671848.
HSL color Cylindrical-coordinate representation of color #68400A: hue angle of 34.47º 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 #68400A is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 10 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.59 |
| HSL | 34.47º | 0.82% | 0.22% | - |
| HSV(B) | 34.47º | 0.9% | 0.41% | - |
| XYZ | 7.6 | 6.63 | 1.17 | - |
| YUV | 69.8 | 94.25 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 10 | 0 | 0.38 | 0.90 | 0.59 | 34.47 | 0.82 | 0.22 |
| Hex | 68 | 40 | A | 0 | 26 | 5A | 3B | 22 | 52 | 16 |
| Octal | 150 | 100 | 12 | 0 | 46 | 132 | 73 | 42 | 122 | 26 |
| Binary | 1101000 | 1000000 | 1010 | 0 | 100110 | 1011010 | 111011 | 100010 | 1010010 | 10110 |
Color Harmonies of #68400A
Complementary color
Monochromatic Colors of #68400A
Black with #68400A
Text Example
Text Example
White with #68400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68400A; }
p { color: rgb(104,64,10); }
H1.HeaderClassName
{
color: #68400A;
}
.AnyTagClassName
{
color: #68400A;
}
</style>
background-color css
<style>
a { background-color: #68400A; }
a { background-color: rgb(104,64,10); }
div.DivClassName
{
background-color: #68400A;
}
.BgClassName
{
background-color: #68400A;
}
</style>
border-color css
<style>
span { border-color: #68400A; }
span { border-color: rgb(104,64,10); }
td.TdClassName
{
border-color: #68400A;
}
.TagClassName
{
border-color: #68400A;
}
</style>