Shades of Gumbo #6B8785
Tints of Gumbo #6B8785
RGB
CMYK
RGB Variations
Color information
#6B8785 (or 0x6B8785) is known color: Gumbo. HEX triplet: 6B, 87 and 85. RGB value is (107,135,133). Sum of RGB (Red+Green+Blue) = 107+135+133=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8785 is #94787A. Grayscale: #7E7E7E. Windows color (decimal): -9730171 or 8750955. OLE color: 8750955.
HSL color Cylindrical-coordinate representation of color #6B8785: hue angle of 175.71º 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 #6B8785 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 135 | 133 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.47 |
| HSL | 175.71º | 0.12% | 0.47% | - |
| HSV(B) | 175.71º | 0.21% | 0.53% | - |
| XYZ | 18.96 | 22.15 | 25.47 | - |
| YUV | 126.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 133 | 0.21 | 0 | 0.01 | 0.47 | 175.71 | 0.12 | 0.47 |
| Hex | 6B | 87 | 85 | 15 | 0 | 1 | 2F | B0 | C | 2F |
| Octal | 153 | 207 | 205 | 25 | 0 | 1 | 57 | 260 | 14 | 57 |
| Binary | 1101011 | 10000111 | 10000101 | 10101 | 0 | 1 | 101111 | 10110000 | 1100 | 101111 |
Color Harmonies of #6B8785
Complementary color
Monochromatic Colors of #6B8785
Black with #6B8785
Text Example
Text Example
White with #6B8785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8785; }
p { color: rgb(107,135,133); }
H1.HeaderClassName
{
color: #6B8785;
}
.AnyTagClassName
{
color: #6B8785;
}
</style>
background-color css
<style>
a { background-color: #6B8785; }
a { background-color: rgb(107,135,133); }
div.DivClassName
{
background-color: #6B8785;
}
.BgClassName
{
background-color: #6B8785;
}
</style>
border-color css
<style>
span { border-color: #6B8785; }
span { border-color: rgb(107,135,133); }
td.TdClassName
{
border-color: #6B8785;
}
.TagClassName
{
border-color: #6B8785;
}
</style>