Shades of Raw Umber #624C0C
Tints of Raw Umber #624C0C
RGB
CMYK
RGB Variations
Color information
#624C0C (or 0x624C0C) is known color: Raw Umber. HEX triplet: 62, 4C and 0C. RGB value is (98,76,12). Sum of RGB (Red+Green+Blue) = 98+76+12=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #624C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624C0C is #9DB3F3. Grayscale: #4B4B4B. Windows color (decimal): -10335220 or 805986. OLE color: 805986.
HSL color Cylindrical-coordinate representation of color #624C0C: hue angle of 44.65º 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 #624C0C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 12 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.62 |
| HSL | 44.65º | 0.78% | 0.22% | - |
| HSV(B) | 44.65º | 0.88% | 0.38% | - |
| XYZ | 7.69 | 7.79 | 1.45 | - |
| YUV | 75.28 | 92.29 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 12 | 0 | 0.22 | 0.88 | 0.62 | 44.65 | 0.78 | 0.22 |
| Hex | 62 | 4C | C | 0 | 16 | 58 | 3E | 2D | 4E | 16 |
| Octal | 142 | 114 | 14 | 0 | 26 | 130 | 76 | 55 | 116 | 26 |
| Binary | 1100010 | 1001100 | 1100 | 0 | 10110 | 1011000 | 111110 | 101101 | 1001110 | 10110 |
Color Harmonies of #624C0C
Complementary color
Monochromatic Colors of #624C0C
Black with #624C0C
Text Example
Text Example
White with #624C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C0C; }
p { color: rgb(98,76,12); }
H1.HeaderClassName
{
color: #624C0C;
}
.AnyTagClassName
{
color: #624C0C;
}
</style>
background-color css
<style>
a { background-color: #624C0C; }
a { background-color: rgb(98,76,12); }
div.DivClassName
{
background-color: #624C0C;
}
.BgClassName
{
background-color: #624C0C;
}
</style>
border-color css
<style>
span { border-color: #624C0C; }
span { border-color: rgb(98,76,12); }
td.TdClassName
{
border-color: #624C0C;
}
.TagClassName
{
border-color: #624C0C;
}
</style>