Shades of Raw Umber #614303
Tints of Raw Umber #614303
RGB
CMYK
RGB Variations
Color information
#614303 (or 0x614303) is known color: Raw Umber. HEX triplet: 61, 43 and 03. RGB value is (97,67,3). Sum of RGB (Red+Green+Blue) = 97+67+3=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #614303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614303 is #9EBCFC. Grayscale: #444444. Windows color (decimal): -10403069 or 213857. OLE color: 213857.
HSL color Cylindrical-coordinate representation of color #614303: hue angle of 40.85º 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 #614303 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 67 | 3 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.62 |
| HSL | 40.85º | 0.94% | 0.2% | - |
| HSV(B) | 40.85º | 0.97% | 0.38% | - |
| XYZ | 6.95 | 6.56 | 0.99 | - |
| YUV | 68.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 3 | 0 | 0.31 | 0.97 | 0.62 | 40.85 | 0.94 | 0.2 |
| Hex | 61 | 43 | 3 | 0 | 1F | 61 | 3E | 29 | 5E | 14 |
| Octal | 141 | 103 | 3 | 0 | 37 | 141 | 76 | 51 | 136 | 24 |
| Binary | 1100001 | 1000011 | 11 | 0 | 11111 | 1100001 | 111110 | 101001 | 1011110 | 10100 |
Color Harmonies of #614303
Complementary color
Monochromatic Colors of #614303
Black with #614303
Text Example
Text Example
White with #614303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614303; }
p { color: rgb(97,67,3); }
H1.HeaderClassName
{
color: #614303;
}
.AnyTagClassName
{
color: #614303;
}
</style>
background-color css
<style>
a { background-color: #614303; }
a { background-color: rgb(97,67,3); }
div.DivClassName
{
background-color: #614303;
}
.BgClassName
{
background-color: #614303;
}
</style>
border-color css
<style>
span { border-color: #614303; }
span { border-color: rgb(97,67,3); }
td.TdClassName
{
border-color: #614303;
}
.TagClassName
{
border-color: #614303;
}
</style>