Shades of Raw Umber #635302
Tints of Raw Umber #635302
RGB
CMYK
RGB Variations
Color information
#635302 (or 0x635302) is known color: Raw Umber. HEX triplet: 63, 53 and 02. RGB value is (99,83,2). Sum of RGB (Red+Green+Blue) = 99+83+2=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635302 is #9CACFD. Grayscale: #4E4E4E. Windows color (decimal): -10267902 or 152419. OLE color: 152419.
HSL color Cylindrical-coordinate representation of color #635302: hue angle of 50.1º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #635302 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 83 | 2 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.61 |
| HSL | 50.1º | 0.96% | 0.2% | - |
| HSV(B) | 50.1º | 0.98% | 0.39% | - |
| XYZ | 8.25 | 8.84 | 1.33 | - |
| YUV | 78.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 2 | 0 | 0.16 | 0.98 | 0.61 | 50.1 | 0.96 | 0.2 |
| Hex | 63 | 53 | 2 | 0 | 10 | 62 | 3D | 32 | 60 | 14 |
| Octal | 143 | 123 | 2 | 0 | 20 | 142 | 75 | 62 | 140 | 24 |
| Binary | 1100011 | 1010011 | 10 | 0 | 10000 | 1100010 | 111101 | 110010 | 1100000 | 10100 |
Color Harmonies of #635302
Complementary color
Monochromatic Colors of #635302
Black with #635302
Text Example
Text Example
White with #635302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635302; }
p { color: rgb(99,83,2); }
H1.HeaderClassName
{
color: #635302;
}
.AnyTagClassName
{
color: #635302;
}
</style>
background-color css
<style>
a { background-color: #635302; }
a { background-color: rgb(99,83,2); }
div.DivClassName
{
background-color: #635302;
}
.BgClassName
{
background-color: #635302;
}
</style>
border-color css
<style>
span { border-color: #635302; }
span { border-color: rgb(99,83,2); }
td.TdClassName
{
border-color: #635302;
}
.TagClassName
{
border-color: #635302;
}
</style>