Shades of Raw Umber #635303
Tints of Raw Umber #635303
RGB
CMYK
RGB Variations
Color information
#635303 (or 0x635303) is known color: Raw Umber. HEX triplet: 63, 53 and 03. RGB value is (99,83,3). Sum of RGB (Red+Green+Blue) = 99+83+3=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #635303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635303 is #9CACFC. Grayscale: #4F4F4F. Windows color (decimal): -10267901 or 217955. OLE color: 217955.
HSL color Cylindrical-coordinate representation of color #635303: hue angle of 50º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #635303 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 3 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.61 |
| HSL | 50º | 0.94% | 0.2% | - |
| HSV(B) | 50º | 0.97% | 0.39% | - |
| XYZ | 8.26 | 8.85 | 1.36 | - |
| YUV | 78.66 | 85.3 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 3 | 0 | 0.16 | 0.97 | 0.61 | 50 | 0.94 | 0.2 |
| Hex | 63 | 53 | 3 | 0 | 10 | 61 | 3D | 32 | 5E | 14 |
| Octal | 143 | 123 | 3 | 0 | 20 | 141 | 75 | 62 | 136 | 24 |
| Binary | 1100011 | 1010011 | 11 | 0 | 10000 | 1100001 | 111101 | 110010 | 1011110 | 10100 |
Color Harmonies of #635303
Complementary color
Monochromatic Colors of #635303
Black with #635303
Text Example
Text Example
White with #635303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635303; }
p { color: rgb(99,83,3); }
H1.HeaderClassName
{
color: #635303;
}
.AnyTagClassName
{
color: #635303;
}
</style>
background-color css
<style>
a { background-color: #635303; }
a { background-color: rgb(99,83,3); }
div.DivClassName
{
background-color: #635303;
}
.BgClassName
{
background-color: #635303;
}
</style>
border-color css
<style>
span { border-color: #635303; }
span { border-color: rgb(99,83,3); }
td.TdClassName
{
border-color: #635303;
}
.TagClassName
{
border-color: #635303;
}
</style>