Shades of Raw Umber #634800
Tints of Raw Umber #634800
RGB
CMYK
RGB Variations
Color information
#634800 (or 0x634800) is known color: Raw Umber. HEX triplet: 63, 48 and 00. RGB value is (99,72,0). Sum of RGB (Red+Green+Blue) = 99+72+0=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #634800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634800 is #9CB7FF. Grayscale: #484848. Windows color (decimal): -10270720 or 18531. OLE color: 18531.
HSL color Cylindrical-coordinate representation of color #634800: hue angle of 43.64º 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 #634800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 72 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.61 |
| HSL | 43.64º | 1% | 0.19% | - |
| HSV(B) | 43.64º | 1% | 0.39% | - |
| XYZ | 7.46 | 7.29 | 1.01 | - |
| YUV | 71.87 | 87.45 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 72 | 0 | 0 | 0.27 | 1 | 0.61 | 43.64 | 1 | 0.19 |
| Hex | 63 | 48 | 0 | 0 | 1B | 64 | 3D | 2C | 64 | 13 |
| Octal | 143 | 110 | 0 | 0 | 33 | 144 | 75 | 54 | 144 | 23 |
| Binary | 1100011 | 1001000 | 0 | 0 | 11011 | 1100100 | 111101 | 101100 | 1100100 | 10011 |
Color Harmonies of #634800
Complementary color
Monochromatic Colors of #634800
Black with #634800
Text Example
Text Example
White with #634800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634800; }
p { color: rgb(99,72,0); }
H1.HeaderClassName
{
color: #634800;
}
.AnyTagClassName
{
color: #634800;
}
</style>
background-color css
<style>
a { background-color: #634800; }
a { background-color: rgb(99,72,0); }
div.DivClassName
{
background-color: #634800;
}
.BgClassName
{
background-color: #634800;
}
</style>
border-color css
<style>
span { border-color: #634800; }
span { border-color: rgb(99,72,0); }
td.TdClassName
{
border-color: #634800;
}
.TagClassName
{
border-color: #634800;
}
</style>