Shades of Raw Umber #634A05
Tints of Raw Umber #634A05
RGB
CMYK
RGB Variations
Color information
#634A05 (or 0x634A05) is known color: Raw Umber. HEX triplet: 63, 4A and 05. RGB value is (99,74,5). Sum of RGB (Red+Green+Blue) = 99+74+5=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #634A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A05 is #9CB5FA. Grayscale: #494949. Windows color (decimal): -10270203 or 346723. OLE color: 346723.
HSL color Cylindrical-coordinate representation of color #634A05: hue angle of 44.04º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #634A05 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 5 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.61 |
| HSL | 44.04º | 0.9% | 0.2% | - |
| HSV(B) | 44.04º | 0.95% | 0.39% | - |
| XYZ | 7.62 | 7.56 | 1.2 | - |
| YUV | 73.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 5 | 0 | 0.25 | 0.95 | 0.61 | 44.04 | 0.9 | 0.2 |
| Hex | 63 | 4A | 5 | 0 | 19 | 5F | 3D | 2C | 5A | 14 |
| Octal | 143 | 112 | 5 | 0 | 31 | 137 | 75 | 54 | 132 | 24 |
| Binary | 1100011 | 1001010 | 101 | 0 | 11001 | 1011111 | 111101 | 101100 | 1011010 | 10100 |
Color Harmonies of #634A05
Complementary color
Monochromatic Colors of #634A05
Black with #634A05
Text Example
Text Example
White with #634A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A05; }
p { color: rgb(99,74,5); }
H1.HeaderClassName
{
color: #634A05;
}
.AnyTagClassName
{
color: #634A05;
}
</style>
background-color css
<style>
a { background-color: #634A05; }
a { background-color: rgb(99,74,5); }
div.DivClassName
{
background-color: #634A05;
}
.BgClassName
{
background-color: #634A05;
}
</style>
border-color css
<style>
span { border-color: #634A05; }
span { border-color: rgb(99,74,5); }
td.TdClassName
{
border-color: #634A05;
}
.TagClassName
{
border-color: #634A05;
}
</style>