Shades of Raw Umber #67460A
Tints of Raw Umber #67460A
RGB
CMYK
RGB Variations
Color information
#67460A (or 0x67460A) is known color: Raw Umber. HEX triplet: 67, 46 and 0A. RGB value is (103,70,10). Sum of RGB (Red+Green+Blue) = 103+70+10=183 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.28% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 103 - color contains mainly: red. Hex color #67460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67460A is #98B9F5. Grayscale: #494949. Windows color (decimal): -10009078 or 673383. OLE color: 673383.
HSL color Cylindrical-coordinate representation of color #67460A: hue angle of 38.71º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67460A is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 70 | 10 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.60 |
| HSL | 38.71º | 0.82% | 0.22% | - |
| HSV(B) | 38.71º | 0.9% | 0.4% | - |
| XYZ | 7.84 | 7.29 | 1.28 | - |
| YUV | 73.03 | 92.43 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 70 | 10 | 0 | 0.32 | 0.90 | 0.60 | 38.71 | 0.82 | 0.22 |
| Hex | 67 | 46 | A | 0 | 20 | 5A | 3C | 27 | 52 | 16 |
| Octal | 147 | 106 | 12 | 0 | 40 | 132 | 74 | 47 | 122 | 26 |
| Binary | 1100111 | 1000110 | 1010 | 0 | 100000 | 1011010 | 111100 | 100111 | 1010010 | 10110 |
Color Harmonies of #67460A
Complementary color
Monochromatic Colors of #67460A
Black with #67460A
Text Example
Text Example
White with #67460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67460A; }
p { color: rgb(103,70,10); }
H1.HeaderClassName
{
color: #67460A;
}
.AnyTagClassName
{
color: #67460A;
}
</style>
background-color css
<style>
a { background-color: #67460A; }
a { background-color: rgb(103,70,10); }
div.DivClassName
{
background-color: #67460A;
}
.BgClassName
{
background-color: #67460A;
}
</style>
border-color css
<style>
span { border-color: #67460A; }
span { border-color: rgb(103,70,10); }
td.TdClassName
{
border-color: #67460A;
}
.TagClassName
{
border-color: #67460A;
}
</style>