Shades of Gumbo #698783
Tints of Gumbo #698783
RGB
CMYK
RGB Variations
Color information
#698783 (or 0x698783) is known color: Gumbo. HEX triplet: 69, 87 and 83. RGB value is (105,135,131). Sum of RGB (Red+Green+Blue) = 105+135+131=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #698783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698783 is #96787C. Grayscale: #7D7D7D. Windows color (decimal): -9861245 or 8619881. OLE color: 8619881.
HSL color Cylindrical-coordinate representation of color #698783: hue angle of 172º 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 #698783 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 135 | 131 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.47 |
| HSL | 172º | 0.13% | 0.47% | - |
| HSV(B) | 172º | 0.22% | 0.53% | - |
| XYZ | 18.59 | 21.97 | 24.73 | - |
| YUV | 125.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 135 | 131 | 0.22 | 0 | 0.03 | 0.47 | 172 | 0.13 | 0.47 |
| Hex | 69 | 87 | 83 | 16 | 0 | 3 | 2F | AC | C | 2F |
| Octal | 151 | 207 | 203 | 26 | 0 | 3 | 57 | 254 | 14 | 57 |
| Binary | 1101001 | 10000111 | 10000011 | 10110 | 0 | 11 | 101111 | 10101100 | 1100 | 101111 |
Color Harmonies of #698783
Complementary color
Monochromatic Colors of #698783
Black with #698783
Text Example
Text Example
White with #698783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698783; }
p { color: rgb(105,135,131); }
H1.HeaderClassName
{
color: #698783;
}
.AnyTagClassName
{
color: #698783;
}
</style>
background-color css
<style>
a { background-color: #698783; }
a { background-color: rgb(105,135,131); }
div.DivClassName
{
background-color: #698783;
}
.BgClassName
{
background-color: #698783;
}
</style>
border-color css
<style>
span { border-color: #698783; }
span { border-color: rgb(105,135,131); }
td.TdClassName
{
border-color: #698783;
}
.TagClassName
{
border-color: #698783;
}
</style>