Shades of Raw Umber #684B0A
Tints of Raw Umber #684B0A
RGB
CMYK
RGB Variations
Color information
#684B0A (or 0x684B0A) is known color: Raw Umber. HEX triplet: 68, 4B and 0A. RGB value is (104,75,10). Sum of RGB (Red+Green+Blue) = 104+75+10=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #684B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684B0A is #97B4F5. Grayscale: #4C4C4C. Windows color (decimal): -9942262 or 674664. OLE color: 674664.
HSL color Cylindrical-coordinate representation of color #684B0A: hue angle of 41.49º 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 #684B0A is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 10 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.59 |
| HSL | 41.49º | 0.82% | 0.22% | - |
| HSV(B) | 41.49º | 0.9% | 0.41% | - |
| XYZ | 8.28 | 8 | 1.39 | - |
| YUV | 76.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 10 | 0 | 0.28 | 0.90 | 0.59 | 41.49 | 0.82 | 0.22 |
| Hex | 68 | 4B | A | 0 | 1C | 5A | 3B | 29 | 52 | 16 |
| Octal | 150 | 113 | 12 | 0 | 34 | 132 | 73 | 51 | 122 | 26 |
| Binary | 1101000 | 1001011 | 1010 | 0 | 11100 | 1011010 | 111011 | 101001 | 1010010 | 10110 |
Color Harmonies of #684B0A
Complementary color
Monochromatic Colors of #684B0A
Black with #684B0A
Text Example
Text Example
White with #684B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B0A; }
p { color: rgb(104,75,10); }
H1.HeaderClassName
{
color: #684B0A;
}
.AnyTagClassName
{
color: #684B0A;
}
</style>
background-color css
<style>
a { background-color: #684B0A; }
a { background-color: rgb(104,75,10); }
div.DivClassName
{
background-color: #684B0A;
}
.BgClassName
{
background-color: #684B0A;
}
</style>
border-color css
<style>
span { border-color: #684B0A; }
span { border-color: rgb(104,75,10); }
td.TdClassName
{
border-color: #684B0A;
}
.TagClassName
{
border-color: #684B0A;
}
</style>