Shades of Raw Umber #634A03
Tints of Raw Umber #634A03
RGB
CMYK
RGB Variations
Color information
#634A03 (or 0x634A03) is known color: Raw Umber. HEX triplet: 63, 4A and 03. RGB value is (99,74,3). Sum of RGB (Red+Green+Blue) = 99+74+3=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #634A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A03 is #9CB5FC. Grayscale: #494949. Windows color (decimal): -10270205 or 215651. OLE color: 215651.
HSL color Cylindrical-coordinate representation of color #634A03: hue angle of 44.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #634A03 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 3 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.61 |
| HSL | 44.38º | 0.94% | 0.2% | - |
| HSV(B) | 44.38º | 0.97% | 0.39% | - |
| XYZ | 7.61 | 7.56 | 1.14 | - |
| YUV | 73.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 3 | 0 | 0.25 | 0.97 | 0.61 | 44.38 | 0.94 | 0.2 |
| Hex | 63 | 4A | 3 | 0 | 19 | 61 | 3D | 2C | 5E | 14 |
| Octal | 143 | 112 | 3 | 0 | 31 | 141 | 75 | 54 | 136 | 24 |
| Binary | 1100011 | 1001010 | 11 | 0 | 11001 | 1100001 | 111101 | 101100 | 1011110 | 10100 |
Color Harmonies of #634A03
Complementary color
Monochromatic Colors of #634A03
Black with #634A03
Text Example
Text Example
White with #634A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A03; }
p { color: rgb(99,74,3); }
H1.HeaderClassName
{
color: #634A03;
}
.AnyTagClassName
{
color: #634A03;
}
</style>
background-color css
<style>
a { background-color: #634A03; }
a { background-color: rgb(99,74,3); }
div.DivClassName
{
background-color: #634A03;
}
.BgClassName
{
background-color: #634A03;
}
</style>
border-color css
<style>
span { border-color: #634A03; }
span { border-color: rgb(99,74,3); }
td.TdClassName
{
border-color: #634A03;
}
.TagClassName
{
border-color: #634A03;
}
</style>