Shades of Raw Umber #635104
Tints of Raw Umber #635104
RGB
CMYK
RGB Variations
Color information
#635104 (or 0x635104) is known color: Raw Umber. HEX triplet: 63, 51 and 04. RGB value is (99,81,4). Sum of RGB (Red+Green+Blue) = 99+81+4=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #635104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635104 is #9CAEFB. Grayscale: #4D4D4D. Windows color (decimal): -10268412 or 282979. OLE color: 282979.
HSL color Cylindrical-coordinate representation of color #635104: hue angle of 48.63º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #635104 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 81 | 4 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.61 |
| HSL | 48.63º | 0.92% | 0.2% | - |
| HSV(B) | 48.63º | 0.96% | 0.39% | - |
| XYZ | 8.11 | 8.55 | 1.34 | - |
| YUV | 77.6 | 86.46 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 4 | 0 | 0.18 | 0.96 | 0.61 | 48.63 | 0.92 | 0.2 |
| Hex | 63 | 51 | 4 | 0 | 12 | 60 | 3D | 31 | 5C | 14 |
| Octal | 143 | 121 | 4 | 0 | 22 | 140 | 75 | 61 | 134 | 24 |
| Binary | 1100011 | 1010001 | 100 | 0 | 10010 | 1100000 | 111101 | 110001 | 1011100 | 10100 |
Color Harmonies of #635104
Complementary color
Monochromatic Colors of #635104
Black with #635104
Text Example
Text Example
White with #635104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635104; }
p { color: rgb(99,81,4); }
H1.HeaderClassName
{
color: #635104;
}
.AnyTagClassName
{
color: #635104;
}
</style>
background-color css
<style>
a { background-color: #635104; }
a { background-color: rgb(99,81,4); }
div.DivClassName
{
background-color: #635104;
}
.BgClassName
{
background-color: #635104;
}
</style>
border-color css
<style>
span { border-color: #635104; }
span { border-color: rgb(99,81,4); }
td.TdClassName
{
border-color: #635104;
}
.TagClassName
{
border-color: #635104;
}
</style>