Shades of Raw Umber #624B14
Tints of Raw Umber #624B14
RGB
CMYK
RGB Variations
Color information
#624B14 (or 0x624B14) is known color: Raw Umber. HEX triplet: 62, 4B and 14. RGB value is (98,75,20). Sum of RGB (Red+Green+Blue) = 98+75+20=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #624B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624B14 is #9DB4EB. Grayscale: #4B4B4B. Windows color (decimal): -10335468 or 1330018. OLE color: 1330018.
HSL color Cylindrical-coordinate representation of color #624B14: hue angle of 42.31º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624B14 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 20 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.62 |
| HSL | 42.31º | 0.66% | 0.23% | - |
| HSV(B) | 42.31º | 0.8% | 0.38% | - |
| XYZ | 7.68 | 7.68 | 1.74 | - |
| YUV | 75.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 20 | 0 | 0.23 | 0.80 | 0.62 | 42.31 | 0.66 | 0.23 |
| Hex | 62 | 4B | 14 | 0 | 17 | 50 | 3E | 2A | 42 | 17 |
| Octal | 142 | 113 | 24 | 0 | 27 | 120 | 76 | 52 | 102 | 27 |
| Binary | 1100010 | 1001011 | 10100 | 0 | 10111 | 1010000 | 111110 | 101010 | 1000010 | 10111 |
Color Harmonies of #624B14
Complementary color
Monochromatic Colors of #624B14
Black with #624B14
Text Example
Text Example
White with #624B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B14; }
p { color: rgb(98,75,20); }
H1.HeaderClassName
{
color: #624B14;
}
.AnyTagClassName
{
color: #624B14;
}
</style>
background-color css
<style>
a { background-color: #624B14; }
a { background-color: rgb(98,75,20); }
div.DivClassName
{
background-color: #624B14;
}
.BgClassName
{
background-color: #624B14;
}
</style>
border-color css
<style>
span { border-color: #624B14; }
span { border-color: rgb(98,75,20); }
td.TdClassName
{
border-color: #624B14;
}
.TagClassName
{
border-color: #624B14;
}
</style>