Shades of Raw Umber #67400F
Tints of Raw Umber #67400F
RGB
CMYK
RGB Variations
Color information
#67400F (or 0x67400F) is known color: Raw Umber. HEX triplet: 67, 40 and 0F. RGB value is (103,64,15). Sum of RGB (Red+Green+Blue) = 103+64+15=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #67400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67400F is #98BFF0. Grayscale: #464646. Windows color (decimal): -10010609 or 999527. OLE color: 999527.
HSL color Cylindrical-coordinate representation of color #67400F: hue angle of 33.41º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67400F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 15 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.60 |
| HSL | 33.41º | 0.75% | 0.23% | - |
| HSV(B) | 33.41º | 0.85% | 0.4% | - |
| XYZ | 7.51 | 6.58 | 1.33 | - |
| YUV | 70.08 | 96.92 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 15 | 0 | 0.38 | 0.85 | 0.60 | 33.41 | 0.75 | 0.23 |
| Hex | 67 | 40 | F | 0 | 26 | 55 | 3C | 21 | 4B | 17 |
| Octal | 147 | 100 | 17 | 0 | 46 | 125 | 74 | 41 | 113 | 27 |
| Binary | 1100111 | 1000000 | 1111 | 0 | 100110 | 1010101 | 111100 | 100001 | 1001011 | 10111 |
Color Harmonies of #67400F
Complementary color
Monochromatic Colors of #67400F
Black with #67400F
Text Example
Text Example
White with #67400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67400F; }
p { color: rgb(103,64,15); }
H1.HeaderClassName
{
color: #67400F;
}
.AnyTagClassName
{
color: #67400F;
}
</style>
background-color css
<style>
a { background-color: #67400F; }
a { background-color: rgb(103,64,15); }
div.DivClassName
{
background-color: #67400F;
}
.BgClassName
{
background-color: #67400F;
}
</style>
border-color css
<style>
span { border-color: #67400F; }
span { border-color: rgb(103,64,15); }
td.TdClassName
{
border-color: #67400F;
}
.TagClassName
{
border-color: #67400F;
}
</style>