Shades of Raw Umber #635200
Tints of Raw Umber #635200
RGB
CMYK
RGB Variations
Color information
#635200 (or 0x635200) is known color: Raw Umber. HEX triplet: 63, 52 and 00. RGB value is (99,82,0). Sum of RGB (Red+Green+Blue) = 99+82+0=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #635200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635200 is #9CADFF. Grayscale: #4E4E4E. Windows color (decimal): -10268160 or 21091. OLE color: 21091.
HSL color Cylindrical-coordinate representation of color #635200: hue angle of 49.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #635200 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.61 |
| HSL | 49.7º | 1% | 0.19% | - |
| HSV(B) | 49.7º | 1% | 0.39% | - |
| XYZ | 8.16 | 8.69 | 1.25 | - |
| YUV | 77.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 0 | 0 | 0.17 | 1 | 0.61 | 49.7 | 1 | 0.19 |
| Hex | 63 | 52 | 0 | 0 | 11 | 64 | 3D | 32 | 64 | 13 |
| Octal | 143 | 122 | 0 | 0 | 21 | 144 | 75 | 62 | 144 | 23 |
| Binary | 1100011 | 1010010 | 0 | 0 | 10001 | 1100100 | 111101 | 110010 | 1100100 | 10011 |
Color Harmonies of #635200
Complementary color
Monochromatic Colors of #635200
Black with #635200
Text Example
Text Example
White with #635200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635200; }
p { color: rgb(99,82,0); }
H1.HeaderClassName
{
color: #635200;
}
.AnyTagClassName
{
color: #635200;
}
</style>
background-color css
<style>
a { background-color: #635200; }
a { background-color: rgb(99,82,0); }
div.DivClassName
{
background-color: #635200;
}
.BgClassName
{
background-color: #635200;
}
</style>
border-color css
<style>
span { border-color: #635200; }
span { border-color: rgb(99,82,0); }
td.TdClassName
{
border-color: #635200;
}
.TagClassName
{
border-color: #635200;
}
</style>