Shades of Raw Umber #62440C
Tints of Raw Umber #62440C
RGB
CMYK
RGB Variations
Color information
#62440C (or 0x62440C) is known color: Raw Umber. HEX triplet: 62, 44 and 0C. RGB value is (98,68,12). Sum of RGB (Red+Green+Blue) = 98+68+12=178 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.06% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 98 - color contains mainly: red. Hex color #62440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62440C is #9DBBF3. Grayscale: #464646. Windows color (decimal): -10337268 or 803938. OLE color: 803938.
HSL color Cylindrical-coordinate representation of color #62440C: hue angle of 39.07º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62440C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 12 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.62 |
| HSL | 39.07º | 0.78% | 0.22% | - |
| HSV(B) | 39.07º | 0.88% | 0.38% | - |
| XYZ | 7.17 | 6.76 | 1.27 | - |
| YUV | 70.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 12 | 0 | 0.31 | 0.88 | 0.62 | 39.07 | 0.78 | 0.22 |
| Hex | 62 | 44 | C | 0 | 1F | 58 | 3E | 27 | 4E | 16 |
| Octal | 142 | 104 | 14 | 0 | 37 | 130 | 76 | 47 | 116 | 26 |
| Binary | 1100010 | 1000100 | 1100 | 0 | 11111 | 1011000 | 111110 | 100111 | 1001110 | 10110 |
Color Harmonies of #62440C
Complementary color
Monochromatic Colors of #62440C
Black with #62440C
Text Example
Text Example
White with #62440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62440C; }
p { color: rgb(98,68,12); }
H1.HeaderClassName
{
color: #62440C;
}
.AnyTagClassName
{
color: #62440C;
}
</style>
background-color css
<style>
a { background-color: #62440C; }
a { background-color: rgb(98,68,12); }
div.DivClassName
{
background-color: #62440C;
}
.BgClassName
{
background-color: #62440C;
}
</style>
border-color css
<style>
span { border-color: #62440C; }
span { border-color: rgb(98,68,12); }
td.TdClassName
{
border-color: #62440C;
}
.TagClassName
{
border-color: #62440C;
}
</style>