Shades of Raw Umber #634A04
Tints of Raw Umber #634A04
RGB
CMYK
RGB Variations
Color information
#634A04 (or 0x634A04) is known color: Raw Umber. HEX triplet: 63, 4A and 04. RGB value is (99,74,4). Sum of RGB (Red+Green+Blue) = 99+74+4=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #634A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A04 is #9CB5FB. Grayscale: #494949. Windows color (decimal): -10270204 or 281187. OLE color: 281187.
HSL color Cylindrical-coordinate representation of color #634A04: hue angle of 44.21º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #634A04 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 4 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.61 |
| HSL | 44.21º | 0.92% | 0.2% | - |
| HSV(B) | 44.21º | 0.96% | 0.39% | - |
| XYZ | 7.62 | 7.56 | 1.17 | - |
| YUV | 73.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 4 | 0 | 0.25 | 0.96 | 0.61 | 44.21 | 0.92 | 0.2 |
| Hex | 63 | 4A | 4 | 0 | 19 | 60 | 3D | 2C | 5C | 14 |
| Octal | 143 | 112 | 4 | 0 | 31 | 140 | 75 | 54 | 134 | 24 |
| Binary | 1100011 | 1001010 | 100 | 0 | 11001 | 1100000 | 111101 | 101100 | 1011100 | 10100 |
Color Harmonies of #634A04
Complementary color
Monochromatic Colors of #634A04
Black with #634A04
Text Example
Text Example
White with #634A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A04; }
p { color: rgb(99,74,4); }
H1.HeaderClassName
{
color: #634A04;
}
.AnyTagClassName
{
color: #634A04;
}
</style>
background-color css
<style>
a { background-color: #634A04; }
a { background-color: rgb(99,74,4); }
div.DivClassName
{
background-color: #634A04;
}
.BgClassName
{
background-color: #634A04;
}
</style>
border-color css
<style>
span { border-color: #634A04; }
span { border-color: rgb(99,74,4); }
td.TdClassName
{
border-color: #634A04;
}
.TagClassName
{
border-color: #634A04;
}
</style>