Shades of Raw Umber #624B12
Tints of Raw Umber #624B12
RGB
CMYK
RGB Variations
Color information
#624B12 (or 0x624B12) is known color: Raw Umber. HEX triplet: 62, 4B and 12. RGB value is (98,75,18). Sum of RGB (Red+Green+Blue) = 98+75+18=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #624B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B12 is #9DB4ED. Grayscale: #4B4B4B. Windows color (decimal): -10335470 or 1198946. OLE color: 1198946.
HSL color Cylindrical-coordinate representation of color #624B12: hue angle of 42.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #624B12 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 18 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.62 |
| HSL | 42.75º | 0.69% | 0.23% | - |
| HSV(B) | 42.75º | 0.82% | 0.38% | - |
| XYZ | 7.66 | 7.67 | 1.65 | - |
| YUV | 75.38 | 95.62 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 18 | 0 | 0.23 | 0.82 | 0.62 | 42.75 | 0.69 | 0.23 |
| Hex | 62 | 4B | 12 | 0 | 17 | 52 | 3E | 2B | 45 | 17 |
| Octal | 142 | 113 | 22 | 0 | 27 | 122 | 76 | 53 | 105 | 27 |
| Binary | 1100010 | 1001011 | 10010 | 0 | 10111 | 1010010 | 111110 | 101011 | 1000101 | 10111 |
Color Harmonies of #624B12
Complementary color
Monochromatic Colors of #624B12
Black with #624B12
Text Example
Text Example
White with #624B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B12; }
p { color: rgb(98,75,18); }
H1.HeaderClassName
{
color: #624B12;
}
.AnyTagClassName
{
color: #624B12;
}
</style>
background-color css
<style>
a { background-color: #624B12; }
a { background-color: rgb(98,75,18); }
div.DivClassName
{
background-color: #624B12;
}
.BgClassName
{
background-color: #624B12;
}
</style>
border-color css
<style>
span { border-color: #624B12; }
span { border-color: rgb(98,75,18); }
td.TdClassName
{
border-color: #624B12;
}
.TagClassName
{
border-color: #624B12;
}
</style>