Shades of Raw Umber #67460C
Tints of Raw Umber #67460C
RGB
CMYK
RGB Variations
Color information
#67460C (or 0x67460C) is known color: Raw Umber. HEX triplet: 67, 46 and 0C. RGB value is (103,70,12). Sum of RGB (Red+Green+Blue) = 103+70+12=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #67460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67460C is #98B9F3. Grayscale: #494949. Windows color (decimal): -10009076 or 804455. OLE color: 804455.
HSL color Cylindrical-coordinate representation of color #67460C: hue angle of 38.24º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67460C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 12 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.60 |
| HSL | 38.24º | 0.79% | 0.23% | - |
| HSV(B) | 38.24º | 0.88% | 0.4% | - |
| XYZ | 7.85 | 7.29 | 1.34 | - |
| YUV | 73.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 12 | 0 | 0.32 | 0.88 | 0.60 | 38.24 | 0.79 | 0.23 |
| Hex | 67 | 46 | C | 0 | 20 | 58 | 3C | 26 | 4F | 17 |
| Octal | 147 | 106 | 14 | 0 | 40 | 130 | 74 | 46 | 117 | 27 |
| Binary | 1100111 | 1000110 | 1100 | 0 | 100000 | 1011000 | 111100 | 100110 | 1001111 | 10111 |
Color Harmonies of #67460C
Complementary color
Monochromatic Colors of #67460C
Black with #67460C
Text Example
Text Example
White with #67460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67460C; }
p { color: rgb(103,70,12); }
H1.HeaderClassName
{
color: #67460C;
}
.AnyTagClassName
{
color: #67460C;
}
</style>
background-color css
<style>
a { background-color: #67460C; }
a { background-color: rgb(103,70,12); }
div.DivClassName
{
background-color: #67460C;
}
.BgClassName
{
background-color: #67460C;
}
</style>
border-color css
<style>
span { border-color: #67460C; }
span { border-color: rgb(103,70,12); }
td.TdClassName
{
border-color: #67460C;
}
.TagClassName
{
border-color: #67460C;
}
</style>