Shades of Raw Umber #614A02
Tints of Raw Umber #614A02
RGB
CMYK
RGB Variations
Color information
#614A02 (or 0x614A02) is known color: Raw Umber. HEX triplet: 61, 4A and 02. RGB value is (97,74,2). Sum of RGB (Red+Green+Blue) = 97+74+2=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 74 (29.30% from 255 or 42.77% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #614A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A02 is #9EB5FD. Grayscale: #484848. Windows color (decimal): -10401278 or 150113. OLE color: 150113.
HSL color Cylindrical-coordinate representation of color #614A02: hue angle of 45.47º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #614A02 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 2 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.62 |
| HSL | 45.47º | 0.96% | 0.19% | - |
| HSV(B) | 45.47º | 0.98% | 0.38% | - |
| XYZ | 7.39 | 7.44 | 1.1 | - |
| YUV | 72.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 2 | 0 | 0.24 | 0.98 | 0.62 | 45.47 | 0.96 | 0.19 |
| Hex | 61 | 4A | 2 | 0 | 18 | 62 | 3E | 2D | 60 | 13 |
| Octal | 141 | 112 | 2 | 0 | 30 | 142 | 76 | 55 | 140 | 23 |
| Binary | 1100001 | 1001010 | 10 | 0 | 11000 | 1100010 | 111110 | 101101 | 1100000 | 10011 |
Color Harmonies of #614A02
Complementary color
Monochromatic Colors of #614A02
Black with #614A02
Text Example
Text Example
White with #614A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A02; }
p { color: rgb(97,74,2); }
H1.HeaderClassName
{
color: #614A02;
}
.AnyTagClassName
{
color: #614A02;
}
</style>
background-color css
<style>
a { background-color: #614A02; }
a { background-color: rgb(97,74,2); }
div.DivClassName
{
background-color: #614A02;
}
.BgClassName
{
background-color: #614A02;
}
</style>
border-color css
<style>
span { border-color: #614A02; }
span { border-color: rgb(97,74,2); }
td.TdClassName
{
border-color: #614A02;
}
.TagClassName
{
border-color: #614A02;
}
</style>