Shades of Raw Umber #634A00
Tints of Raw Umber #634A00
RGB
CMYK
RGB Variations
Color information
#634A00 (or 0x634A00) is known color: Raw Umber. HEX triplet: 63, 4A and 00. RGB value is (99,74,0). Sum of RGB (Red+Green+Blue) = 99+74+0=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #634A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A00 is #9CB5FF. Grayscale: #494949. Windows color (decimal): -10270208 or 19043. OLE color: 19043.
HSL color Cylindrical-coordinate representation of color #634A00: hue angle of 44.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #634A00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.61 |
| HSL | 44.85º | 1% | 0.19% | - |
| HSV(B) | 44.85º | 1% | 0.39% | - |
| XYZ | 7.59 | 7.55 | 1.06 | - |
| YUV | 73.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 0 | 0 | 0.25 | 1 | 0.61 | 44.85 | 1 | 0.19 |
| Hex | 63 | 4A | 0 | 0 | 19 | 64 | 3D | 2D | 64 | 13 |
| Octal | 143 | 112 | 0 | 0 | 31 | 144 | 75 | 55 | 144 | 23 |
| Binary | 1100011 | 1001010 | 0 | 0 | 11001 | 1100100 | 111101 | 101101 | 1100100 | 10011 |
Color Harmonies of #634A00
Complementary color
Monochromatic Colors of #634A00
Black with #634A00
Text Example
Text Example
White with #634A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A00; }
p { color: rgb(99,74,0); }
H1.HeaderClassName
{
color: #634A00;
}
.AnyTagClassName
{
color: #634A00;
}
</style>
background-color css
<style>
a { background-color: #634A00; }
a { background-color: rgb(99,74,0); }
div.DivClassName
{
background-color: #634A00;
}
.BgClassName
{
background-color: #634A00;
}
</style>
border-color css
<style>
span { border-color: #634A00; }
span { border-color: rgb(99,74,0); }
td.TdClassName
{
border-color: #634A00;
}
.TagClassName
{
border-color: #634A00;
}
</style>