Shades of Raw Umber #67440A
Tints of Raw Umber #67440A
RGB
CMYK
RGB Variations
Color information
#67440A (or 0x67440A) is known color: Raw Umber. HEX triplet: 67, 44 and 0A. RGB value is (103,68,10). Sum of RGB (Red+Green+Blue) = 103+68+10=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 10 (4.30% from 255 or 5.52% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #67440A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #67440A is #98BBF5. Grayscale: #484848. Windows color (decimal): -10009590 or 672871. OLE color: 672871.
HSL color Cylindrical-coordinate representation of color #67440A: hue angle of 37.42º 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 #67440A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 68 | 10 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.60 |
| HSL | 37.42º | 0.82% | 0.22% | - |
| HSV(B) | 37.42º | 0.9% | 0.4% | - |
| XYZ | 7.72 | 7.04 | 1.24 | - |
| YUV | 71.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 10 | 0 | 0.34 | 0.90 | 0.60 | 37.42 | 0.82 | 0.22 |
| Hex | 67 | 44 | A | 0 | 22 | 5A | 3C | 25 | 52 | 16 |
| Octal | 147 | 104 | 12 | 0 | 42 | 132 | 74 | 45 | 122 | 26 |
| Binary | 1100111 | 1000100 | 1010 | 0 | 100010 | 1011010 | 111100 | 100101 | 1010010 | 10110 |
Color Harmonies of #67440A
Complementary color
Monochromatic Colors of #67440A
Black with #67440A
Text Example
Text Example
White with #67440A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67440A; }
p { color: rgb(103,68,10); }
H1.HeaderClassName
{
color: #67440A;
}
.AnyTagClassName
{
color: #67440A;
}
</style>
background-color css
<style>
a { background-color: #67440A; }
a { background-color: rgb(103,68,10); }
div.DivClassName
{
background-color: #67440A;
}
.BgClassName
{
background-color: #67440A;
}
</style>
border-color css
<style>
span { border-color: #67440A; }
span { border-color: rgb(103,68,10); }
td.TdClassName
{
border-color: #67440A;
}
.TagClassName
{
border-color: #67440A;
}
</style>