Shades of Raw Umber #62450D
Tints of Raw Umber #62450D
RGB
CMYK
RGB Variations
Color information
#62450D (or 0x62450D) is known color: Raw Umber. HEX triplet: 62, 45 and 0D. RGB value is (98,69,13). Sum of RGB (Red+Green+Blue) = 98+69+13=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #62450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62450D is #9DBAF2. Grayscale: #474747. Windows color (decimal): -10337011 or 869730. OLE color: 869730.
HSL color Cylindrical-coordinate representation of color #62450D: hue angle of 39.53º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62450D is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 13 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.62 |
| HSL | 39.53º | 0.77% | 0.22% | - |
| HSV(B) | 39.53º | 0.87% | 0.38% | - |
| XYZ | 7.24 | 6.88 | 1.33 | - |
| YUV | 71.29 | 95.11 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 13 | 0 | 0.30 | 0.87 | 0.62 | 39.53 | 0.77 | 0.22 |
| Hex | 62 | 45 | D | 0 | 1E | 57 | 3E | 28 | 4D | 16 |
| Octal | 142 | 105 | 15 | 0 | 36 | 127 | 76 | 50 | 115 | 26 |
| Binary | 1100010 | 1000101 | 1101 | 0 | 11110 | 1010111 | 111110 | 101000 | 1001101 | 10110 |
Color Harmonies of #62450D
Complementary color
Monochromatic Colors of #62450D
Black with #62450D
Text Example
Text Example
White with #62450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62450D; }
p { color: rgb(98,69,13); }
H1.HeaderClassName
{
color: #62450D;
}
.AnyTagClassName
{
color: #62450D;
}
</style>
background-color css
<style>
a { background-color: #62450D; }
a { background-color: rgb(98,69,13); }
div.DivClassName
{
background-color: #62450D;
}
.BgClassName
{
background-color: #62450D;
}
</style>
border-color css
<style>
span { border-color: #62450D; }
span { border-color: rgb(98,69,13); }
td.TdClassName
{
border-color: #62450D;
}
.TagClassName
{
border-color: #62450D;
}
</style>