Shades of Raw Umber #635401
Tints of Raw Umber #635401
RGB
CMYK
RGB Variations
Color information
#635401 (or 0x635401) is known color: Raw Umber. HEX triplet: 63, 54 and 01. RGB value is (99,84,1). Sum of RGB (Red+Green+Blue) = 99+84+1=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635401 is #9CABFE. Grayscale: #4F4F4F. Windows color (decimal): -10267647 or 87139. OLE color: 87139.
HSL color Cylindrical-coordinate representation of color #635401: hue angle of 50.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #635401 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.61 |
| HSL | 50.82º | 0.98% | 0.2% | - |
| HSV(B) | 50.82º | 0.99% | 0.39% | - |
| XYZ | 8.32 | 9 | 1.33 | - |
| YUV | 79.02 | 83.97 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 1 | 0 | 0.15 | 0.99 | 0.61 | 50.82 | 0.98 | 0.2 |
| Hex | 63 | 54 | 1 | 0 | F | 63 | 3D | 33 | 62 | 14 |
| Octal | 143 | 124 | 1 | 0 | 17 | 143 | 75 | 63 | 142 | 24 |
| Binary | 1100011 | 1010100 | 1 | 0 | 1111 | 1100011 | 111101 | 110011 | 1100010 | 10100 |
Color Harmonies of #635401
Complementary color
Monochromatic Colors of #635401
Black with #635401
Text Example
Text Example
White with #635401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635401; }
p { color: rgb(99,84,1); }
H1.HeaderClassName
{
color: #635401;
}
.AnyTagClassName
{
color: #635401;
}
</style>
background-color css
<style>
a { background-color: #635401; }
a { background-color: rgb(99,84,1); }
div.DivClassName
{
background-color: #635401;
}
.BgClassName
{
background-color: #635401;
}
</style>
border-color css
<style>
span { border-color: #635401; }
span { border-color: rgb(99,84,1); }
td.TdClassName
{
border-color: #635401;
}
.TagClassName
{
border-color: #635401;
}
</style>