Shades of Raw Umber #635602
Tints of Raw Umber #635602
RGB
CMYK
RGB Variations
Color information
#635602 (or 0x635602) is known color: Raw Umber. HEX triplet: 63, 56 and 02. RGB value is (99,86,2). Sum of RGB (Red+Green+Blue) = 99+86+2=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #635602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635602 is #9CA9FD. Grayscale: #505050. Windows color (decimal): -10267134 or 153187. OLE color: 153187.
HSL color Cylindrical-coordinate representation of color #635602: hue angle of 51.96º 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 #635602 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 2 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.61 |
| HSL | 51.96º | 0.96% | 0.2% | - |
| HSV(B) | 51.96º | 0.98% | 0.39% | - |
| XYZ | 8.48 | 9.31 | 1.41 | - |
| YUV | 80.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 2 | 0 | 0.13 | 0.98 | 0.61 | 51.96 | 0.96 | 0.2 |
| Hex | 63 | 56 | 2 | 0 | D | 62 | 3D | 34 | 60 | 14 |
| Octal | 143 | 126 | 2 | 0 | 15 | 142 | 75 | 64 | 140 | 24 |
| Binary | 1100011 | 1010110 | 10 | 0 | 1101 | 1100010 | 111101 | 110100 | 1100000 | 10100 |
Color Harmonies of #635602
Complementary color
Monochromatic Colors of #635602
Black with #635602
Text Example
Text Example
White with #635602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635602; }
p { color: rgb(99,86,2); }
H1.HeaderClassName
{
color: #635602;
}
.AnyTagClassName
{
color: #635602;
}
</style>
background-color css
<style>
a { background-color: #635602; }
a { background-color: rgb(99,86,2); }
div.DivClassName
{
background-color: #635602;
}
.BgClassName
{
background-color: #635602;
}
</style>
border-color css
<style>
span { border-color: #635602; }
span { border-color: rgb(99,86,2); }
td.TdClassName
{
border-color: #635602;
}
.TagClassName
{
border-color: #635602;
}
</style>