Shades of Raw Umber #634A0E
Tints of Raw Umber #634A0E
RGB
CMYK
RGB Variations
Color information
#634A0E (or 0x634A0E) is known color: Raw Umber. HEX triplet: 63, 4A and 0E. RGB value is (99,74,14). Sum of RGB (Red+Green+Blue) = 99+74+14=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #634A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A0E is #9CB5F1. Grayscale: #4A4A4A. Windows color (decimal): -10270194 or 936547. OLE color: 936547.
HSL color Cylindrical-coordinate representation of color #634A0E: hue angle of 42.35º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #634A0E is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 14 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.61 |
| HSL | 42.35º | 0.75% | 0.22% | - |
| HSV(B) | 42.35º | 0.86% | 0.39% | - |
| XYZ | 7.67 | 7.58 | 1.47 | - |
| YUV | 74.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 14 | 0 | 0.25 | 0.86 | 0.61 | 42.35 | 0.75 | 0.22 |
| Hex | 63 | 4A | E | 0 | 19 | 56 | 3D | 2A | 4B | 16 |
| Octal | 143 | 112 | 16 | 0 | 31 | 126 | 75 | 52 | 113 | 26 |
| Binary | 1100011 | 1001010 | 1110 | 0 | 11001 | 1010110 | 111101 | 101010 | 1001011 | 10110 |
Color Harmonies of #634A0E
Complementary color
Monochromatic Colors of #634A0E
Black with #634A0E
Text Example
Text Example
White with #634A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A0E; }
p { color: rgb(99,74,14); }
H1.HeaderClassName
{
color: #634A0E;
}
.AnyTagClassName
{
color: #634A0E;
}
</style>
background-color css
<style>
a { background-color: #634A0E; }
a { background-color: rgb(99,74,14); }
div.DivClassName
{
background-color: #634A0E;
}
.BgClassName
{
background-color: #634A0E;
}
</style>
border-color css
<style>
span { border-color: #634A0E; }
span { border-color: rgb(99,74,14); }
td.TdClassName
{
border-color: #634A0E;
}
.TagClassName
{
border-color: #634A0E;
}
</style>