Shades of Gumbo #6C8482
Tints of Gumbo #6C8482
RGB
CMYK
RGB Variations
Color information
#6C8482 (or 0x6C8482) is known color: Gumbo. HEX triplet: 6C, 84 and 82. RGB value is (108,132,130). Sum of RGB (Red+Green+Blue) = 108+132+130=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8482 is #937B7D. Grayscale: #7C7C7C. Windows color (decimal): -9665406 or 8553580. OLE color: 8553580.
HSL color Cylindrical-coordinate representation of color #6C8482: hue angle of 175º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C8482 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 130 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.48 |
| HSL | 175º | 0.1% | 0.47% | - |
| HSV(B) | 175º | 0.18% | 0.52% | - |
| XYZ | 18.46 | 21.3 | 24.26 | - |
| YUV | 124.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 130 | 0.18 | 0 | 0.02 | 0.48 | 175 | 0.1 | 0.47 |
| Hex | 6C | 84 | 82 | 12 | 0 | 2 | 30 | AF | A | 2F |
| Octal | 154 | 204 | 202 | 22 | 0 | 2 | 60 | 257 | 12 | 57 |
| Binary | 1101100 | 10000100 | 10000010 | 10010 | 0 | 10 | 110000 | 10101111 | 1010 | 101111 |
Color Harmonies of #6C8482
Complementary color
Monochromatic Colors of #6C8482
Black with #6C8482
Text Example
Text Example
White with #6C8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8482; }
p { color: rgb(108,132,130); }
H1.HeaderClassName
{
color: #6C8482;
}
.AnyTagClassName
{
color: #6C8482;
}
</style>
background-color css
<style>
a { background-color: #6C8482; }
a { background-color: rgb(108,132,130); }
div.DivClassName
{
background-color: #6C8482;
}
.BgClassName
{
background-color: #6C8482;
}
</style>
border-color css
<style>
span { border-color: #6C8482; }
span { border-color: rgb(108,132,130); }
td.TdClassName
{
border-color: #6C8482;
}
.TagClassName
{
border-color: #6C8482;
}
</style>