Shades of Raw Umber #67420E
Tints of Raw Umber #67420E
RGB
CMYK
RGB Variations
Color information
#67420E (or 0x67420E) is known color: Raw Umber. HEX triplet: 67, 42 and 0E. RGB value is (103,66,14). Sum of RGB (Red+Green+Blue) = 103+66+14=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67420E is #98BDF1. Grayscale: #474747. Windows color (decimal): -10010098 or 934503. OLE color: 934503.
HSL color Cylindrical-coordinate representation of color #67420E: hue angle of 35.06º 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 #67420E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 14 | - |
| CMYK | 0 | 0.36 | 0.86 | 0.60 |
| HSL | 35.06º | 0.76% | 0.23% | - |
| HSV(B) | 35.06º | 0.86% | 0.4% | - |
| XYZ | 7.62 | 6.81 | 1.33 | - |
| YUV | 71.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 14 | 0 | 0.36 | 0.86 | 0.60 | 35.06 | 0.76 | 0.23 |
| Hex | 67 | 42 | E | 0 | 24 | 56 | 3C | 23 | 4C | 17 |
| Octal | 147 | 102 | 16 | 0 | 44 | 126 | 74 | 43 | 114 | 27 |
| Binary | 1100111 | 1000010 | 1110 | 0 | 100100 | 1010110 | 111100 | 100011 | 1001100 | 10111 |
Color Harmonies of #67420E
Complementary color
Monochromatic Colors of #67420E
Black with #67420E
Text Example
Text Example
White with #67420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67420E; }
p { color: rgb(103,66,14); }
H1.HeaderClassName
{
color: #67420E;
}
.AnyTagClassName
{
color: #67420E;
}
</style>
background-color css
<style>
a { background-color: #67420E; }
a { background-color: rgb(103,66,14); }
div.DivClassName
{
background-color: #67420E;
}
.BgClassName
{
background-color: #67420E;
}
</style>
border-color css
<style>
span { border-color: #67420E; }
span { border-color: rgb(103,66,14); }
td.TdClassName
{
border-color: #67420E;
}
.TagClassName
{
border-color: #67420E;
}
</style>