Shades of Raw Umber #614B03
Tints of Raw Umber #614B03
RGB
CMYK
RGB Variations
Color information
#614B03 (or 0x614B03) is known color: Raw Umber. HEX triplet: 61, 4B and 03. RGB value is (97,75,3). Sum of RGB (Red+Green+Blue) = 97+75+3=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #614B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B03 is #9EB4FC. Grayscale: #494949. Windows color (decimal): -10401021 or 215905. OLE color: 215905.
HSL color Cylindrical-coordinate representation of color #614B03: hue angle of 45.96º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #614B03 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 3 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.62 |
| HSL | 45.96º | 0.94% | 0.2% | - |
| HSV(B) | 45.96º | 0.97% | 0.38% | - |
| XYZ | 7.46 | 7.58 | 1.16 | - |
| YUV | 73.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 3 | 0 | 0.23 | 0.97 | 0.62 | 45.96 | 0.94 | 0.2 |
| Hex | 61 | 4B | 3 | 0 | 17 | 61 | 3E | 2E | 5E | 14 |
| Octal | 141 | 113 | 3 | 0 | 27 | 141 | 76 | 56 | 136 | 24 |
| Binary | 1100001 | 1001011 | 11 | 0 | 10111 | 1100001 | 111110 | 101110 | 1011110 | 10100 |
Color Harmonies of #614B03
Complementary color
Monochromatic Colors of #614B03
Black with #614B03
Text Example
Text Example
White with #614B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B03; }
p { color: rgb(97,75,3); }
H1.HeaderClassName
{
color: #614B03;
}
.AnyTagClassName
{
color: #614B03;
}
</style>
background-color css
<style>
a { background-color: #614B03; }
a { background-color: rgb(97,75,3); }
div.DivClassName
{
background-color: #614B03;
}
.BgClassName
{
background-color: #614B03;
}
</style>
border-color css
<style>
span { border-color: #614B03; }
span { border-color: rgb(97,75,3); }
td.TdClassName
{
border-color: #614B03;
}
.TagClassName
{
border-color: #614B03;
}
</style>