Shades of Raw Umber #633D00
Tints of Raw Umber #633D00
RGB
CMYK
RGB Variations
Color information
#633D00 (or 0x633D00) is known color: Raw Umber. HEX triplet: 63, 3D and 00. RGB value is (99,61,0). Sum of RGB (Red+Green+Blue) = 99+61+0=160 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.88% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 99 - color contains mainly: red. Hex color #633D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633D00 is #9CC2FF. Grayscale: #414141. Windows color (decimal): -10273536 or 15715. OLE color: 15715.
HSL color Cylindrical-coordinate representation of color #633D00: hue angle of 36.97º 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 #633D00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.61 |
| HSL | 36.97º | 1% | 0.19% | - |
| HSV(B) | 36.97º | 1% | 0.39% | - |
| XYZ | 6.81 | 5.99 | 0.8 | - |
| YUV | 65.41 | 91.09 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 0 | 0 | 0.38 | 1 | 0.61 | 36.97 | 1 | 0.19 |
| Hex | 63 | 3D | 0 | 0 | 26 | 64 | 3D | 25 | 64 | 13 |
| Octal | 143 | 75 | 0 | 0 | 46 | 144 | 75 | 45 | 144 | 23 |
| Binary | 1100011 | 111101 | 0 | 0 | 100110 | 1100100 | 111101 | 100101 | 1100100 | 10011 |
Color Harmonies of #633D00
Complementary color
Monochromatic Colors of #633D00
Black with #633D00
Text Example
Text Example
White with #633D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D00; }
p { color: rgb(99,61,0); }
H1.HeaderClassName
{
color: #633D00;
}
.AnyTagClassName
{
color: #633D00;
}
</style>
background-color css
<style>
a { background-color: #633D00; }
a { background-color: rgb(99,61,0); }
div.DivClassName
{
background-color: #633D00;
}
.BgClassName
{
background-color: #633D00;
}
</style>
border-color css
<style>
span { border-color: #633D00; }
span { border-color: rgb(99,61,0); }
td.TdClassName
{
border-color: #633D00;
}
.TagClassName
{
border-color: #633D00;
}
</style>