Shades of Gumbo #6C8382
Tints of Gumbo #6C8382
RGB
CMYK
RGB Variations
Color information
#6C8382 (or 0x6C8382) is known color: Gumbo. HEX triplet: 6C, 83 and 82. RGB value is (108,131,130). Sum of RGB (Red+Green+Blue) = 108+131+130=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 131 - color contains mainly: green. Hex color #6C8382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8382 is #937C7D. Grayscale: #7B7B7B. Windows color (decimal): -9665662 or 8553324. OLE color: 8553324.
HSL color Cylindrical-coordinate representation of color #6C8382: hue angle of 177.39º 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 #6C8382 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 131 | 130 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.49 |
| HSL | 177.39º | 0.1% | 0.47% | - |
| HSV(B) | 177.39º | 0.18% | 0.51% | - |
| XYZ | 18.33 | 21.03 | 24.21 | - |
| YUV | 124.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 131 | 130 | 0.18 | 0 | 0.01 | 0.49 | 177.39 | 0.1 | 0.47 |
| Hex | 6C | 83 | 82 | 12 | 0 | 1 | 31 | B1 | A | 2F |
| Octal | 154 | 203 | 202 | 22 | 0 | 1 | 61 | 261 | 12 | 57 |
| Binary | 1101100 | 10000011 | 10000010 | 10010 | 0 | 1 | 110001 | 10110001 | 1010 | 101111 |
Color Harmonies of #6C8382
Complementary color
Monochromatic Colors of #6C8382
Black with #6C8382
Text Example
Text Example
White with #6C8382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8382; }
p { color: rgb(108,131,130); }
H1.HeaderClassName
{
color: #6C8382;
}
.AnyTagClassName
{
color: #6C8382;
}
</style>
background-color css
<style>
a { background-color: #6C8382; }
a { background-color: rgb(108,131,130); }
div.DivClassName
{
background-color: #6C8382;
}
.BgClassName
{
background-color: #6C8382;
}
</style>
border-color css
<style>
span { border-color: #6C8382; }
span { border-color: rgb(108,131,130); }
td.TdClassName
{
border-color: #6C8382;
}
.TagClassName
{
border-color: #6C8382;
}
</style>