Shades of Gumbo #6B8482
Tints of Gumbo #6B8482
RGB
CMYK
RGB Variations
Color information
#6B8482 (or 0x6B8482) is known color: Gumbo. HEX triplet: 6B, 84 and 82. RGB value is (107,132,130). Sum of RGB (Red+Green+Blue) = 107+132+130=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8482 is #947B7D. Grayscale: #7C7C7C. Windows color (decimal): -9730942 or 8553579. OLE color: 8553579.
HSL color Cylindrical-coordinate representation of color #6B8482: hue angle of 175.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B8482 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 130 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.48 |
| HSL | 175.2º | 0.1% | 0.47% | - |
| HSV(B) | 175.2º | 0.19% | 0.52% | - |
| XYZ | 18.34 | 21.24 | 24.25 | - |
| YUV | 124.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 130 | 0.19 | 0 | 0.02 | 0.48 | 175.2 | 0.1 | 0.47 |
| Hex | 6B | 84 | 82 | 13 | 0 | 2 | 30 | AF | A | 2F |
| Octal | 153 | 204 | 202 | 23 | 0 | 2 | 60 | 257 | 12 | 57 |
| Binary | 1101011 | 10000100 | 10000010 | 10011 | 0 | 10 | 110000 | 10101111 | 1010 | 101111 |
Color Harmonies of #6B8482
Complementary color
Monochromatic Colors of #6B8482
Black with #6B8482
Text Example
Text Example
White with #6B8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8482; }
p { color: rgb(107,132,130); }
H1.HeaderClassName
{
color: #6B8482;
}
.AnyTagClassName
{
color: #6B8482;
}
</style>
background-color css
<style>
a { background-color: #6B8482; }
a { background-color: rgb(107,132,130); }
div.DivClassName
{
background-color: #6B8482;
}
.BgClassName
{
background-color: #6B8482;
}
</style>
border-color css
<style>
span { border-color: #6B8482; }
span { border-color: rgb(107,132,130); }
td.TdClassName
{
border-color: #6B8482;
}
.TagClassName
{
border-color: #6B8482;
}
</style>