Shades of Gumbo #698685
Tints of Gumbo #698685
RGB
CMYK
RGB Variations
Color information
#698685 (or 0x698685) is known color: Gumbo. HEX triplet: 69, 86 and 85. RGB value is (105,134,133). Sum of RGB (Red+Green+Blue) = 105+134+133=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 134 - color contains mainly: green. Hex color #698685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698685 is #96797A. Grayscale: #7D7D7D. Windows color (decimal): -9861499 or 8750697. OLE color: 8750697.
HSL color Cylindrical-coordinate representation of color #698685: hue angle of 177.93º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698685 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 133 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.47 |
| HSL | 177.93º | 0.12% | 0.47% | - |
| HSV(B) | 177.93º | 0.22% | 0.53% | - |
| XYZ | 18.58 | 21.75 | 25.41 | - |
| YUV | 125.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 133 | 0.22 | 0 | 0.01 | 0.47 | 177.93 | 0.12 | 0.47 |
| Hex | 69 | 86 | 85 | 16 | 0 | 1 | 2F | B2 | C | 2F |
| Octal | 151 | 206 | 205 | 26 | 0 | 1 | 57 | 262 | 14 | 57 |
| Binary | 1101001 | 10000110 | 10000101 | 10110 | 0 | 1 | 101111 | 10110010 | 1100 | 101111 |
Color Harmonies of #698685
Complementary color
Monochromatic Colors of #698685
Black with #698685
Text Example
Text Example
White with #698685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698685; }
p { color: rgb(105,134,133); }
H1.HeaderClassName
{
color: #698685;
}
.AnyTagClassName
{
color: #698685;
}
</style>
background-color css
<style>
a { background-color: #698685; }
a { background-color: rgb(105,134,133); }
div.DivClassName
{
background-color: #698685;
}
.BgClassName
{
background-color: #698685;
}
</style>
border-color css
<style>
span { border-color: #698685; }
span { border-color: rgb(105,134,133); }
td.TdClassName
{
border-color: #698685;
}
.TagClassName
{
border-color: #698685;
}
</style>