Shades of Raw Umber #635202
Tints of Raw Umber #635202
RGB
CMYK
RGB Variations
Color information
#635202 (or 0x635202) is known color: Raw Umber. HEX triplet: 63, 52 and 02. RGB value is (99,82,2). Sum of RGB (Red+Green+Blue) = 99+82+2=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #635202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635202 is #9CADFD. Grayscale: #4E4E4E. Windows color (decimal): -10268158 or 152163. OLE color: 152163.
HSL color Cylindrical-coordinate representation of color #635202: hue angle of 49.48º 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 #635202 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 82 | 2 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.61 |
| HSL | 49.48º | 0.96% | 0.2% | - |
| HSV(B) | 49.48º | 0.98% | 0.39% | - |
| XYZ | 8.17 | 8.69 | 1.3 | - |
| YUV | 77.96 | 85.13 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 2 | 0 | 0.17 | 0.98 | 0.61 | 49.48 | 0.96 | 0.2 |
| Hex | 63 | 52 | 2 | 0 | 11 | 62 | 3D | 31 | 60 | 14 |
| Octal | 143 | 122 | 2 | 0 | 21 | 142 | 75 | 61 | 140 | 24 |
| Binary | 1100011 | 1010010 | 10 | 0 | 10001 | 1100010 | 111101 | 110001 | 1100000 | 10100 |
Color Harmonies of #635202
Complementary color
Monochromatic Colors of #635202
Black with #635202
Text Example
Text Example
White with #635202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635202; }
p { color: rgb(99,82,2); }
H1.HeaderClassName
{
color: #635202;
}
.AnyTagClassName
{
color: #635202;
}
</style>
background-color css
<style>
a { background-color: #635202; }
a { background-color: rgb(99,82,2); }
div.DivClassName
{
background-color: #635202;
}
.BgClassName
{
background-color: #635202;
}
</style>
border-color css
<style>
span { border-color: #635202; }
span { border-color: rgb(99,82,2); }
td.TdClassName
{
border-color: #635202;
}
.TagClassName
{
border-color: #635202;
}
</style>