Shades of Raw Umber #614500
Tints of Raw Umber #614500
RGB
CMYK
RGB Variations
Color information
#614500 (or 0x614500) is known color: Raw Umber. HEX triplet: 61, 45 and 00. RGB value is (97,69,0). Sum of RGB (Red+Green+Blue) = 97+69+0=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #614500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614500 is #9EBAFF. Grayscale: #454545. Windows color (decimal): -10402560 or 17761. OLE color: 17761.
HSL color Cylindrical-coordinate representation of color #614500: hue angle of 42.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #614500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 69 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.62 |
| HSL | 42.68º | 1% | 0.19% | - |
| HSV(B) | 42.68º | 1% | 0.38% | - |
| XYZ | 7.06 | 6.8 | 0.94 | - |
| YUV | 69.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 0 | 0 | 0.29 | 1 | 0.62 | 42.68 | 1 | 0.19 |
| Hex | 61 | 45 | 0 | 0 | 1D | 64 | 3E | 2B | 64 | 13 |
| Octal | 141 | 105 | 0 | 0 | 35 | 144 | 76 | 53 | 144 | 23 |
| Binary | 1100001 | 1000101 | 0 | 0 | 11101 | 1100100 | 111110 | 101011 | 1100100 | 10011 |
Color Harmonies of #614500
Complementary color
Monochromatic Colors of #614500
Black with #614500
Text Example
Text Example
White with #614500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614500; }
p { color: rgb(97,69,0); }
H1.HeaderClassName
{
color: #614500;
}
.AnyTagClassName
{
color: #614500;
}
</style>
background-color css
<style>
a { background-color: #614500; }
a { background-color: rgb(97,69,0); }
div.DivClassName
{
background-color: #614500;
}
.BgClassName
{
background-color: #614500;
}
</style>
border-color css
<style>
span { border-color: #614500; }
span { border-color: rgb(97,69,0); }
td.TdClassName
{
border-color: #614500;
}
.TagClassName
{
border-color: #614500;
}
</style>