Shades of Raw Umber #634401
Tints of Raw Umber #634401
RGB
CMYK
RGB Variations
Color information
#634401 (or 0x634401) is known color: Raw Umber. HEX triplet: 63, 44 and 01. RGB value is (99,68,1). Sum of RGB (Red+Green+Blue) = 99+68+1=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #634401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634401 is #9CBBFE. Grayscale: #454545. Windows color (decimal): -10271743 or 83043. OLE color: 83043.
HSL color Cylindrical-coordinate representation of color #634401: hue angle of 41.02º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #634401 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.61 |
| HSL | 41.02º | 0.98% | 0.2% | - |
| HSV(B) | 41.02º | 0.99% | 0.39% | - |
| XYZ | 7.22 | 6.79 | 0.96 | - |
| YUV | 69.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 1 | 0 | 0.31 | 0.99 | 0.61 | 41.02 | 0.98 | 0.2 |
| Hex | 63 | 44 | 1 | 0 | 1F | 63 | 3D | 29 | 62 | 14 |
| Octal | 143 | 104 | 1 | 0 | 37 | 143 | 75 | 51 | 142 | 24 |
| Binary | 1100011 | 1000100 | 1 | 0 | 11111 | 1100011 | 111101 | 101001 | 1100010 | 10100 |
Color Harmonies of #634401
Complementary color
Monochromatic Colors of #634401
Black with #634401
Text Example
Text Example
White with #634401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634401; }
p { color: rgb(99,68,1); }
H1.HeaderClassName
{
color: #634401;
}
.AnyTagClassName
{
color: #634401;
}
</style>
background-color css
<style>
a { background-color: #634401; }
a { background-color: rgb(99,68,1); }
div.DivClassName
{
background-color: #634401;
}
.BgClassName
{
background-color: #634401;
}
</style>
border-color css
<style>
span { border-color: #634401; }
span { border-color: rgb(99,68,1); }
td.TdClassName
{
border-color: #634401;
}
.TagClassName
{
border-color: #634401;
}
</style>