Shades of Raw Umber #684B14
Tints of Raw Umber #684B14
RGB
CMYK
RGB Variations
Color information
#684B14 (or 0x684B14) is known color: Raw Umber. HEX triplet: 68, 4B and 14. RGB value is (104,75,20). Sum of RGB (Red+Green+Blue) = 104+75+20=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #684B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684B14 is #97B4EB. Grayscale: #4D4D4D. Windows color (decimal): -9942252 or 1330024. OLE color: 1330024.
HSL color Cylindrical-coordinate representation of color #684B14: hue angle of 39.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #684B14 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 20 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.59 |
| HSL | 39.29º | 0.68% | 0.24% | - |
| HSV(B) | 39.29º | 0.81% | 0.41% | - |
| XYZ | 8.35 | 8.03 | 1.77 | - |
| YUV | 77.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 20 | 0 | 0.28 | 0.81 | 0.59 | 39.29 | 0.68 | 0.24 |
| Hex | 68 | 4B | 14 | 0 | 1C | 51 | 3B | 27 | 44 | 18 |
| Octal | 150 | 113 | 24 | 0 | 34 | 121 | 73 | 47 | 104 | 30 |
| Binary | 1101000 | 1001011 | 10100 | 0 | 11100 | 1010001 | 111011 | 100111 | 1000100 | 11000 |
Color Harmonies of #684B14
Complementary color
Monochromatic Colors of #684B14
Black with #684B14
Text Example
Text Example
White with #684B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B14; }
p { color: rgb(104,75,20); }
H1.HeaderClassName
{
color: #684B14;
}
.AnyTagClassName
{
color: #684B14;
}
</style>
background-color css
<style>
a { background-color: #684B14; }
a { background-color: rgb(104,75,20); }
div.DivClassName
{
background-color: #684B14;
}
.BgClassName
{
background-color: #684B14;
}
</style>
border-color css
<style>
span { border-color: #684B14; }
span { border-color: rgb(104,75,20); }
td.TdClassName
{
border-color: #684B14;
}
.TagClassName
{
border-color: #684B14;
}
</style>