Shades of Raw Umber #634A16
Tints of Raw Umber #634A16
RGB
CMYK
RGB Variations
Color information
#634A16 (or 0x634A16) is known color: Raw Umber. HEX triplet: 63, 4A and 16. RGB value is (99,74,22). Sum of RGB (Red+Green+Blue) = 99+74+22=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #634A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A16 is #9CB5E9. Grayscale: #4B4B4B. Windows color (decimal): -10270186 or 1460835. OLE color: 1460835.
HSL color Cylindrical-coordinate representation of color #634A16: hue angle of 40.52º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #634A16 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 22 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.61 |
| HSL | 40.52º | 0.64% | 0.24% | - |
| HSV(B) | 40.52º | 0.78% | 0.39% | - |
| XYZ | 7.74 | 7.61 | 1.82 | - |
| YUV | 75.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 22 | 0 | 0.25 | 0.78 | 0.61 | 40.52 | 0.64 | 0.24 |
| Hex | 63 | 4A | 16 | 0 | 19 | 4E | 3D | 29 | 40 | 18 |
| Octal | 143 | 112 | 26 | 0 | 31 | 116 | 75 | 51 | 100 | 30 |
| Binary | 1100011 | 1001010 | 10110 | 0 | 11001 | 1001110 | 111101 | 101001 | 1000000 | 11000 |
Color Harmonies of #634A16
Complementary color
Monochromatic Colors of #634A16
Black with #634A16
Text Example
Text Example
White with #634A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A16; }
p { color: rgb(99,74,22); }
H1.HeaderClassName
{
color: #634A16;
}
.AnyTagClassName
{
color: #634A16;
}
</style>
background-color css
<style>
a { background-color: #634A16; }
a { background-color: rgb(99,74,22); }
div.DivClassName
{
background-color: #634A16;
}
.BgClassName
{
background-color: #634A16;
}
</style>
border-color css
<style>
span { border-color: #634A16; }
span { border-color: rgb(99,74,22); }
td.TdClassName
{
border-color: #634A16;
}
.TagClassName
{
border-color: #634A16;
}
</style>