Shades of Raw Umber #635501
Tints of Raw Umber #635501
RGB
CMYK
RGB Variations
Color information
#635501 (or 0x635501) is known color: Raw Umber. HEX triplet: 63, 55 and 01. RGB value is (99,85,1). Sum of RGB (Red+Green+Blue) = 99+85+1=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 1 (0.78% from 255 or 0.54% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #635501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635501 is #9CAAFE. Grayscale: #4F4F4F. Windows color (decimal): -10267391 or 87395. OLE color: 87395.
HSL color Cylindrical-coordinate representation of color #635501: hue angle of 51.43º 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 #635501 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 85 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.61 |
| HSL | 51.43º | 0.98% | 0.2% | - |
| HSV(B) | 51.43º | 0.99% | 0.39% | - |
| XYZ | 8.4 | 9.15 | 1.35 | - |
| YUV | 79.61 | 83.64 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 1 | 0 | 0.14 | 0.99 | 0.61 | 51.43 | 0.98 | 0.2 |
| Hex | 63 | 55 | 1 | 0 | E | 63 | 3D | 33 | 62 | 14 |
| Octal | 143 | 125 | 1 | 0 | 16 | 143 | 75 | 63 | 142 | 24 |
| Binary | 1100011 | 1010101 | 1 | 0 | 1110 | 1100011 | 111101 | 110011 | 1100010 | 10100 |
Color Harmonies of #635501
Complementary color
Monochromatic Colors of #635501
Black with #635501
Text Example
Text Example
White with #635501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635501; }
p { color: rgb(99,85,1); }
H1.HeaderClassName
{
color: #635501;
}
.AnyTagClassName
{
color: #635501;
}
</style>
background-color css
<style>
a { background-color: #635501; }
a { background-color: rgb(99,85,1); }
div.DivClassName
{
background-color: #635501;
}
.BgClassName
{
background-color: #635501;
}
</style>
border-color css
<style>
span { border-color: #635501; }
span { border-color: rgb(99,85,1); }
td.TdClassName
{
border-color: #635501;
}
.TagClassName
{
border-color: #635501;
}
</style>