Shades of Raw Umber #634D06
Tints of Raw Umber #634D06
RGB
CMYK
RGB Variations
Color information
#634D06 (or 0x634D06) is known color: Raw Umber. HEX triplet: 63, 4D and 06. RGB value is (99,77,6). Sum of RGB (Red+Green+Blue) = 99+77+6=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #634D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634D06 is #9CB2F9. Grayscale: #4B4B4B. Windows color (decimal): -10269434 or 413027. OLE color: 413027.
HSL color Cylindrical-coordinate representation of color #634D06: hue angle of 45.81º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #634D06 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 6 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.61 |
| HSL | 45.81º | 0.89% | 0.21% | - |
| HSV(B) | 45.81º | 0.94% | 0.39% | - |
| XYZ | 7.83 | 7.97 | 1.3 | - |
| YUV | 75.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 6 | 0 | 0.22 | 0.94 | 0.61 | 45.81 | 0.89 | 0.21 |
| Hex | 63 | 4D | 6 | 0 | 16 | 5E | 3D | 2E | 59 | 15 |
| Octal | 143 | 115 | 6 | 0 | 26 | 136 | 75 | 56 | 131 | 25 |
| Binary | 1100011 | 1001101 | 110 | 0 | 10110 | 1011110 | 111101 | 101110 | 1011001 | 10101 |
Color Harmonies of #634D06
Complementary color
Monochromatic Colors of #634D06
Black with #634D06
Text Example
Text Example
White with #634D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D06; }
p { color: rgb(99,77,6); }
H1.HeaderClassName
{
color: #634D06;
}
.AnyTagClassName
{
color: #634D06;
}
</style>
background-color css
<style>
a { background-color: #634D06; }
a { background-color: rgb(99,77,6); }
div.DivClassName
{
background-color: #634D06;
}
.BgClassName
{
background-color: #634D06;
}
</style>
border-color css
<style>
span { border-color: #634D06; }
span { border-color: rgb(99,77,6); }
td.TdClassName
{
border-color: #634D06;
}
.TagClassName
{
border-color: #634D06;
}
</style>