Shades of Raw Umber #614A09
Tints of Raw Umber #614A09
RGB
CMYK
RGB Variations
Color information
#614A09 (or 0x614A09) is known color: Raw Umber. HEX triplet: 61, 4A and 09. RGB value is (97,74,9). Sum of RGB (Red+Green+Blue) = 97+74+9=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 74 (29.30% from 255 or 41.11% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #614A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A09 is #9EB5F6. Grayscale: #494949. Windows color (decimal): -10401271 or 608865. OLE color: 608865.
HSL color Cylindrical-coordinate representation of color #614A09: hue angle of 44.32º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #614A09 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 9 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.62 |
| HSL | 44.32º | 0.83% | 0.21% | - |
| HSV(B) | 44.32º | 0.91% | 0.38% | - |
| XYZ | 7.43 | 7.46 | 1.31 | - |
| YUV | 73.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 9 | 0 | 0.24 | 0.91 | 0.62 | 44.32 | 0.83 | 0.21 |
| Hex | 61 | 4A | 9 | 0 | 18 | 5B | 3E | 2C | 53 | 15 |
| Octal | 141 | 112 | 11 | 0 | 30 | 133 | 76 | 54 | 123 | 25 |
| Binary | 1100001 | 1001010 | 1001 | 0 | 11000 | 1011011 | 111110 | 101100 | 1010011 | 10101 |
Color Harmonies of #614A09
Complementary color
Monochromatic Colors of #614A09
Black with #614A09
Text Example
Text Example
White with #614A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A09; }
p { color: rgb(97,74,9); }
H1.HeaderClassName
{
color: #614A09;
}
.AnyTagClassName
{
color: #614A09;
}
</style>
background-color css
<style>
a { background-color: #614A09; }
a { background-color: rgb(97,74,9); }
div.DivClassName
{
background-color: #614A09;
}
.BgClassName
{
background-color: #614A09;
}
</style>
border-color css
<style>
span { border-color: #614A09; }
span { border-color: rgb(97,74,9); }
td.TdClassName
{
border-color: #614A09;
}
.TagClassName
{
border-color: #614A09;
}
</style>