Shades of Gumbo #6B8484
Tints of Gumbo #6B8484
RGB
CMYK
RGB Variations
Color information
#6B8484 (or 0x6B8484) is known color: Gumbo. HEX triplet: 6B, 84 and 84. RGB value is (107,132,132). Sum of RGB (Red+Green+Blue) = 107+132+132=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #6B8484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8484 is #947B7B. Grayscale: #7C7C7C. Windows color (decimal): -9730940 or 8684651. OLE color: 8684651.
HSL color Cylindrical-coordinate representation of color #6B8484: hue angle of 180º 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 #6B8484 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 132 | - |
| CMYK | 0.19 | 0 | 0 | 0.48 |
| HSL | 180º | 0.1% | 0.47% | - |
| HSV(B) | 180º | 0.19% | 0.52% | - |
| XYZ | 18.48 | 21.29 | 24.97 | - |
| YUV | 124.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 132 | 0.19 | 0 | 0 | 0.48 | 180 | 0.1 | 0.47 |
| Hex | 6B | 84 | 84 | 13 | 0 | 0 | 30 | B4 | A | 2F |
| Octal | 153 | 204 | 204 | 23 | 0 | 0 | 60 | 264 | 12 | 57 |
| Binary | 1101011 | 10000100 | 10000100 | 10011 | 0 | 0 | 110000 | 10110100 | 1010 | 101111 |
Color Harmonies of #6B8484
Complementary color
Monochromatic Colors of #6B8484
Black with #6B8484
Text Example
Text Example
White with #6B8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8484; }
p { color: rgb(107,132,132); }
H1.HeaderClassName
{
color: #6B8484;
}
.AnyTagClassName
{
color: #6B8484;
}
</style>
background-color css
<style>
a { background-color: #6B8484; }
a { background-color: rgb(107,132,132); }
div.DivClassName
{
background-color: #6B8484;
}
.BgClassName
{
background-color: #6B8484;
}
</style>
border-color css
<style>
span { border-color: #6B8484; }
span { border-color: rgb(107,132,132); }
td.TdClassName
{
border-color: #6B8484;
}
.TagClassName
{
border-color: #6B8484;
}
</style>