Shades of Gumbo #698481
Tints of Gumbo #698481
RGB
CMYK
RGB Variations
Color information
#698481 (or 0x698481) is known color: Gumbo. HEX triplet: 69, 84 and 81. RGB value is (105,132,129). Sum of RGB (Red+Green+Blue) = 105+132+129=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #698481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698481 is #967B7E. Grayscale: #7B7B7B. Windows color (decimal): -9862015 or 8488041. OLE color: 8488041.
HSL color Cylindrical-coordinate representation of color #698481: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698481 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 132 | 129 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.48 |
| HSL | 173.33º | 0.11% | 0.46% | - |
| HSV(B) | 173.33º | 0.2% | 0.52% | - |
| XYZ | 18.04 | 21.09 | 23.89 | - |
| YUV | 123.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 132 | 129 | 0.20 | 0 | 0.02 | 0.48 | 173.33 | 0.11 | 0.46 |
| Hex | 69 | 84 | 81 | 14 | 0 | 2 | 30 | AD | B | 2E |
| Octal | 151 | 204 | 201 | 24 | 0 | 2 | 60 | 255 | 13 | 56 |
| Binary | 1101001 | 10000100 | 10000001 | 10100 | 0 | 10 | 110000 | 10101101 | 1011 | 101110 |
Color Harmonies of #698481
Complementary color
Monochromatic Colors of #698481
Black with #698481
Text Example
Text Example
White with #698481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698481; }
p { color: rgb(105,132,129); }
H1.HeaderClassName
{
color: #698481;
}
.AnyTagClassName
{
color: #698481;
}
</style>
background-color css
<style>
a { background-color: #698481; }
a { background-color: rgb(105,132,129); }
div.DivClassName
{
background-color: #698481;
}
.BgClassName
{
background-color: #698481;
}
</style>
border-color css
<style>
span { border-color: #698481; }
span { border-color: rgb(105,132,129); }
td.TdClassName
{
border-color: #698481;
}
.TagClassName
{
border-color: #698481;
}
</style>