Shades of Swamp #061D1E
Tints of Swamp #061D1E
RGB
CMYK
RGB Variations
Color information
#061D1E (or 0x061D1E) is known color: Swamp. HEX triplet: 06, 1D and 1E. RGB value is (6,29,30). Sum of RGB (Red+Green+Blue) = 6+29+30=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #061D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1E is #F9E2E1. Grayscale: #161616. Windows color (decimal): -16376546 or 1973510. OLE color: 1973510.
HSL color Cylindrical-coordinate representation of color #061D1E: hue angle of 182.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061D1E is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 29 | 30 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.88 |
| HSL | 182.5º | 0.67% | 0.07% | - |
| HSV(B) | 182.5º | 0.8% | 0.12% | - |
| XYZ | 0.75 | 1.01 | 1.38 | - |
| YUV | 22.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 30 | 0.80 | 0.03 | 0 | 0.88 | 182.5 | 0.67 | 0.07 |
| Hex | 6 | 1D | 1E | 50 | 3 | 0 | 58 | B6 | 43 | 7 |
| Octal | 6 | 35 | 36 | 120 | 3 | 0 | 130 | 266 | 103 | 7 |
| Binary | 110 | 11101 | 11110 | 1010000 | 11 | 0 | 1011000 | 10110110 | 1000011 | 111 |
Color Harmonies of #061D1E
Complementary color
Monochromatic Colors of #061D1E
Black with #061D1E
Text Example
Text Example
White with #061D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D1E; }
p { color: rgb(6,29,30); }
H1.HeaderClassName
{
color: #061D1E;
}
.AnyTagClassName
{
color: #061D1E;
}
</style>
background-color css
<style>
a { background-color: #061D1E; }
a { background-color: rgb(6,29,30); }
div.DivClassName
{
background-color: #061D1E;
}
.BgClassName
{
background-color: #061D1E;
}
</style>
border-color css
<style>
span { border-color: #061D1E; }
span { border-color: rgb(6,29,30); }
td.TdClassName
{
border-color: #061D1E;
}
.TagClassName
{
border-color: #061D1E;
}
</style>