Shades of Raw Umber #67540E
Tints of Raw Umber #67540E
RGB
CMYK
RGB Variations
Color information
#67540E (or 0x67540E) is known color: Raw Umber. HEX triplet: 67, 54 and 0E. RGB value is (103,84,14). Sum of RGB (Red+Green+Blue) = 103+84+14=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #67540E is #98ABF1. Grayscale: #525252. Windows color (decimal): -10005490 or 939111. OLE color: 939111.
HSL color Cylindrical-coordinate representation of color #67540E: hue angle of 47.19º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #67540E is Cyan = 0, Magento = 0.18, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 84 | 14 | - |
| CMYK | 0 | 0.18 | 0.86 | 0.60 |
| HSL | 47.19º | 0.76% | 0.23% | - |
| HSV(B) | 47.19º | 0.86% | 0.4% | - |
| XYZ | 8.84 | 9.26 | 1.74 | - |
| YUV | 81.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 84 | 14 | 0 | 0.18 | 0.86 | 0.60 | 47.19 | 0.76 | 0.23 |
| Hex | 67 | 54 | E | 0 | 12 | 56 | 3C | 2F | 4C | 17 |
| Octal | 147 | 124 | 16 | 0 | 22 | 126 | 74 | 57 | 114 | 27 |
| Binary | 1100111 | 1010100 | 1110 | 0 | 10010 | 1010110 | 111100 | 101111 | 1001100 | 10111 |
Color Harmonies of #67540E
Complementary color
Monochromatic Colors of #67540E
Black with #67540E
Text Example
Text Example
White with #67540E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67540E; }
p { color: rgb(103,84,14); }
H1.HeaderClassName
{
color: #67540E;
}
.AnyTagClassName
{
color: #67540E;
}
</style>
background-color css
<style>
a { background-color: #67540E; }
a { background-color: rgb(103,84,14); }
div.DivClassName
{
background-color: #67540E;
}
.BgClassName
{
background-color: #67540E;
}
</style>
border-color css
<style>
span { border-color: #67540E; }
span { border-color: rgb(103,84,14); }
td.TdClassName
{
border-color: #67540E;
}
.TagClassName
{
border-color: #67540E;
}
</style>