Shades of Raw Umber #634C10
Tints of Raw Umber #634C10
RGB
CMYK
RGB Variations
Color information
#634C10 (or 0x634C10) is known color: Raw Umber. HEX triplet: 63, 4C and 10. RGB value is (99,76,16). Sum of RGB (Red+Green+Blue) = 99+76+16=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #634C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634C10 is #9CB3EF. Grayscale: #4C4C4C. Windows color (decimal): -10269680 or 1068131. OLE color: 1068131.
HSL color Cylindrical-coordinate representation of color #634C10: hue angle of 43.37º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #634C10 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 16 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.61 |
| HSL | 43.37º | 0.72% | 0.23% | - |
| HSV(B) | 43.37º | 0.84% | 0.39% | - |
| XYZ | 7.82 | 7.86 | 1.59 | - |
| YUV | 76.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 16 | 0 | 0.23 | 0.84 | 0.61 | 43.37 | 0.72 | 0.23 |
| Hex | 63 | 4C | 10 | 0 | 17 | 54 | 3D | 2B | 48 | 17 |
| Octal | 143 | 114 | 20 | 0 | 27 | 124 | 75 | 53 | 110 | 27 |
| Binary | 1100011 | 1001100 | 10000 | 0 | 10111 | 1010100 | 111101 | 101011 | 1001000 | 10111 |
Color Harmonies of #634C10
Complementary color
Monochromatic Colors of #634C10
Black with #634C10
Text Example
Text Example
White with #634C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C10; }
p { color: rgb(99,76,16); }
H1.HeaderClassName
{
color: #634C10;
}
.AnyTagClassName
{
color: #634C10;
}
</style>
background-color css
<style>
a { background-color: #634C10; }
a { background-color: rgb(99,76,16); }
div.DivClassName
{
background-color: #634C10;
}
.BgClassName
{
background-color: #634C10;
}
</style>
border-color css
<style>
span { border-color: #634C10; }
span { border-color: rgb(99,76,16); }
td.TdClassName
{
border-color: #634C10;
}
.TagClassName
{
border-color: #634C10;
}
</style>