Shades of Swamp #061F20
Tints of Swamp #061F20
RGB
CMYK
RGB Variations
Color information
#061F20 (or 0x061F20) is known color: Swamp. HEX triplet: 06, 1F and 20. RGB value is (6,31,32). Sum of RGB (Red+Green+Blue) = 6+31+32=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #061F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F20 is #F9E0DF. Grayscale: #171717. Windows color (decimal): -16376032 or 2105094. OLE color: 2105094.
HSL color Cylindrical-coordinate representation of color #061F20: hue angle of 182.31º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F20 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 31 | 32 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.87 |
| HSL | 182.31º | 0.68% | 0.07% | - |
| HSV(B) | 182.31º | 0.81% | 0.13% | - |
| XYZ | 0.83 | 1.12 | 1.54 | - |
| YUV | 23.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 32 | 0.81 | 0.03 | 0 | 0.87 | 182.31 | 0.68 | 0.07 |
| Hex | 6 | 1F | 20 | 51 | 3 | 0 | 57 | B6 | 44 | 7 |
| Octal | 6 | 37 | 40 | 121 | 3 | 0 | 127 | 266 | 104 | 7 |
| Binary | 110 | 11111 | 100000 | 1010001 | 11 | 0 | 1010111 | 10110110 | 1000100 | 111 |
Color Harmonies of #061F20
Complementary color
Monochromatic Colors of #061F20
Black with #061F20
Text Example
Text Example
White with #061F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F20; }
p { color: rgb(6,31,32); }
H1.HeaderClassName
{
color: #061F20;
}
.AnyTagClassName
{
color: #061F20;
}
</style>
background-color css
<style>
a { background-color: #061F20; }
a { background-color: rgb(6,31,32); }
div.DivClassName
{
background-color: #061F20;
}
.BgClassName
{
background-color: #061F20;
}
</style>
border-color css
<style>
span { border-color: #061F20; }
span { border-color: rgb(6,31,32); }
td.TdClassName
{
border-color: #061F20;
}
.TagClassName
{
border-color: #061F20;
}
</style>