Shades of Raw Umber #67480E
Tints of Raw Umber #67480E
RGB
CMYK
RGB Variations
Color information
#67480E (or 0x67480E) is known color: Raw Umber. HEX triplet: 67, 48 and 0E. RGB value is (103,72,14). Sum of RGB (Red+Green+Blue) = 103+72+14=189 (25% of max value = 765). Red value is 103 (40.62% from 255 or 54.50% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 103 - color contains mainly: red. Hex color #67480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67480E is #98B7F1. Grayscale: #4A4A4A. Windows color (decimal): -10008562 or 936039. OLE color: 936039.
HSL color Cylindrical-coordinate representation of color #67480E: hue angle of 39.1º 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 #67480E is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 14 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.60 |
| HSL | 39.1º | 0.76% | 0.23% | - |
| HSV(B) | 39.1º | 0.86% | 0.4% | - |
| XYZ | 7.99 | 7.55 | 1.45 | - |
| YUV | 74.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 14 | 0 | 0.30 | 0.86 | 0.60 | 39.1 | 0.76 | 0.23 |
| Hex | 67 | 48 | E | 0 | 1E | 56 | 3C | 27 | 4C | 17 |
| Octal | 147 | 110 | 16 | 0 | 36 | 126 | 74 | 47 | 114 | 27 |
| Binary | 1100111 | 1001000 | 1110 | 0 | 11110 | 1010110 | 111100 | 100111 | 1001100 | 10111 |
Color Harmonies of #67480E
Complementary color
Monochromatic Colors of #67480E
Black with #67480E
Text Example
Text Example
White with #67480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67480E; }
p { color: rgb(103,72,14); }
H1.HeaderClassName
{
color: #67480E;
}
.AnyTagClassName
{
color: #67480E;
}
</style>
background-color css
<style>
a { background-color: #67480E; }
a { background-color: rgb(103,72,14); }
div.DivClassName
{
background-color: #67480E;
}
.BgClassName
{
background-color: #67480E;
}
</style>
border-color css
<style>
span { border-color: #67480E; }
span { border-color: rgb(103,72,14); }
td.TdClassName
{
border-color: #67480E;
}
.TagClassName
{
border-color: #67480E;
}
</style>