Shades of Gumbo #6B8781
Tints of Gumbo #6B8781
RGB
CMYK
RGB Variations
Color information
#6B8781 (or 0x6B8781) is known color: Gumbo. HEX triplet: 6B, 87 and 81. RGB value is (107,135,129). Sum of RGB (Red+Green+Blue) = 107+135+129=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8781 is #94787E. Grayscale: #7D7D7D. Windows color (decimal): -9730175 or 8488811. OLE color: 8488811.
HSL color Cylindrical-coordinate representation of color #6B8781: hue angle of 167.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8781 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 129 | - |
| CMYK | 0.21 | 0 | 0.04 | 0.47 |
| HSL | 167.14º | 0.12% | 0.47% | - |
| HSV(B) | 167.14º | 0.21% | 0.53% | - |
| XYZ | 18.69 | 22.04 | 24.04 | - |
| YUV | 125.94 | 129.72 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 129 | 0.21 | 0 | 0.04 | 0.47 | 167.14 | 0.12 | 0.47 |
| Hex | 6B | 87 | 81 | 15 | 0 | 4 | 2F | A7 | C | 2F |
| Octal | 153 | 207 | 201 | 25 | 0 | 4 | 57 | 247 | 14 | 57 |
| Binary | 1101011 | 10000111 | 10000001 | 10101 | 0 | 100 | 101111 | 10100111 | 1100 | 101111 |
Color Harmonies of #6B8781
Complementary color
Monochromatic Colors of #6B8781
Black with #6B8781
Text Example
Text Example
White with #6B8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8781; }
p { color: rgb(107,135,129); }
H1.HeaderClassName
{
color: #6B8781;
}
.AnyTagClassName
{
color: #6B8781;
}
</style>
background-color css
<style>
a { background-color: #6B8781; }
a { background-color: rgb(107,135,129); }
div.DivClassName
{
background-color: #6B8781;
}
.BgClassName
{
background-color: #6B8781;
}
</style>
border-color css
<style>
span { border-color: #6B8781; }
span { border-color: rgb(107,135,129); }
td.TdClassName
{
border-color: #6B8781;
}
.TagClassName
{
border-color: #6B8781;
}
</style>