Shades of Raw Umber #67450E
Tints of Raw Umber #67450E
RGB
CMYK
RGB Variations
Color information
#67450E (or 0x67450E) is known color: Raw Umber. HEX triplet: 67, 45 and 0E. RGB value is (103,69,14). Sum of RGB (Red+Green+Blue) = 103+69+14=186 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.38% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 103 - color contains mainly: red. Hex color #67450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67450E is #98BAF1. Grayscale: #494949. Windows color (decimal): -10009330 or 935271. OLE color: 935271.
HSL color Cylindrical-coordinate representation of color #67450E: hue angle of 37.08º 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 #67450E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 14 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.60 |
| HSL | 37.08º | 0.76% | 0.23% | - |
| HSV(B) | 37.08º | 0.86% | 0.4% | - |
| XYZ | 7.8 | 7.17 | 1.39 | - |
| YUV | 72.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 14 | 0 | 0.33 | 0.86 | 0.60 | 37.08 | 0.76 | 0.23 |
| Hex | 67 | 45 | E | 0 | 21 | 56 | 3C | 25 | 4C | 17 |
| Octal | 147 | 105 | 16 | 0 | 41 | 126 | 74 | 45 | 114 | 27 |
| Binary | 1100111 | 1000101 | 1110 | 0 | 100001 | 1010110 | 111100 | 100101 | 1001100 | 10111 |
Color Harmonies of #67450E
Complementary color
Monochromatic Colors of #67450E
Black with #67450E
Text Example
Text Example
White with #67450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67450E; }
p { color: rgb(103,69,14); }
H1.HeaderClassName
{
color: #67450E;
}
.AnyTagClassName
{
color: #67450E;
}
</style>
background-color css
<style>
a { background-color: #67450E; }
a { background-color: rgb(103,69,14); }
div.DivClassName
{
background-color: #67450E;
}
.BgClassName
{
background-color: #67450E;
}
</style>
border-color css
<style>
span { border-color: #67450E; }
span { border-color: rgb(103,69,14); }
td.TdClassName
{
border-color: #67450E;
}
.TagClassName
{
border-color: #67450E;
}
</style>