Shades of Raw Umber #624C08
Tints of Raw Umber #624C08
RGB
CMYK
RGB Variations
Color information
#624C08 (or 0x624C08) is known color: Raw Umber. HEX triplet: 62, 4C and 08. RGB value is (98,76,8). Sum of RGB (Red+Green+Blue) = 98+76+8=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #624C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624C08 is #9DB3F7. Grayscale: #4B4B4B. Windows color (decimal): -10335224 or 543842. OLE color: 543842.
HSL color Cylindrical-coordinate representation of color #624C08: hue angle of 45.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #624C08 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 8 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.62 |
| HSL | 45.33º | 0.85% | 0.21% | - |
| HSV(B) | 45.33º | 0.92% | 0.38% | - |
| XYZ | 7.67 | 7.78 | 1.33 | - |
| YUV | 74.83 | 90.29 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 8 | 0 | 0.22 | 0.92 | 0.62 | 45.33 | 0.85 | 0.21 |
| Hex | 62 | 4C | 8 | 0 | 16 | 5C | 3E | 2D | 55 | 15 |
| Octal | 142 | 114 | 10 | 0 | 26 | 134 | 76 | 55 | 125 | 25 |
| Binary | 1100010 | 1001100 | 1000 | 0 | 10110 | 1011100 | 111110 | 101101 | 1010101 | 10101 |
Color Harmonies of #624C08
Complementary color
Monochromatic Colors of #624C08
Black with #624C08
Text Example
Text Example
White with #624C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C08; }
p { color: rgb(98,76,8); }
H1.HeaderClassName
{
color: #624C08;
}
.AnyTagClassName
{
color: #624C08;
}
</style>
background-color css
<style>
a { background-color: #624C08; }
a { background-color: rgb(98,76,8); }
div.DivClassName
{
background-color: #624C08;
}
.BgClassName
{
background-color: #624C08;
}
</style>
border-color css
<style>
span { border-color: #624C08; }
span { border-color: rgb(98,76,8); }
td.TdClassName
{
border-color: #624C08;
}
.TagClassName
{
border-color: #624C08;
}
</style>