Shades of Gumbo #6B8382
Tints of Gumbo #6B8382
RGB
CMYK
RGB Variations
Color information
#6B8382 (or 0x6B8382) is known color: Gumbo. HEX triplet: 6B, 83 and 82. RGB value is (107,131,130). Sum of RGB (Red+Green+Blue) = 107+131+130=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8382 is #947C7D. Grayscale: #7B7B7B. Windows color (decimal): -9731198 or 8553323. OLE color: 8553323.
HSL color Cylindrical-coordinate representation of color #6B8382: hue angle of 177.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8382 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 130 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.49 |
| HSL | 177.5º | 0.1% | 0.47% | - |
| HSV(B) | 177.5º | 0.18% | 0.51% | - |
| XYZ | 18.21 | 20.97 | 24.21 | - |
| YUV | 123.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 130 | 0.18 | 0 | 0.01 | 0.49 | 177.5 | 0.1 | 0.47 |
| Hex | 6B | 83 | 82 | 12 | 0 | 1 | 31 | B2 | A | 2F |
| Octal | 153 | 203 | 202 | 22 | 0 | 1 | 61 | 262 | 12 | 57 |
| Binary | 1101011 | 10000011 | 10000010 | 10010 | 0 | 1 | 110001 | 10110010 | 1010 | 101111 |
Color Harmonies of #6B8382
Complementary color
Monochromatic Colors of #6B8382
Black with #6B8382
Text Example
Text Example
White with #6B8382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8382; }
p { color: rgb(107,131,130); }
H1.HeaderClassName
{
color: #6B8382;
}
.AnyTagClassName
{
color: #6B8382;
}
</style>
background-color css
<style>
a { background-color: #6B8382; }
a { background-color: rgb(107,131,130); }
div.DivClassName
{
background-color: #6B8382;
}
.BgClassName
{
background-color: #6B8382;
}
</style>
border-color css
<style>
span { border-color: #6B8382; }
span { border-color: rgb(107,131,130); }
td.TdClassName
{
border-color: #6B8382;
}
.TagClassName
{
border-color: #6B8382;
}
</style>