Shades of Gumbo #699C91
Tints of Gumbo #699C91
RGB
CMYK
RGB Variations
Color information
#699C91 (or 0x699C91) is known color: Gumbo. HEX triplet: 69, 9C and 91. RGB value is (105,156,145). Sum of RGB (Red+Green+Blue) = 105+156+145=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #699C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699C91 is #96636E. Grayscale: #8B8B8B. Windows color (decimal): -9855855 or 9542761. OLE color: 9542761.
HSL color Cylindrical-coordinate representation of color #699C91: hue angle of 167.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #699C91 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 145 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.39 |
| HSL | 167.06º | 0.2% | 0.51% | - |
| HSV(B) | 167.06º | 0.33% | 0.61% | - |
| XYZ | 22.83 | 28.82 | 31.15 | - |
| YUV | 139.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 145 | 0.33 | 0 | 0.07 | 0.39 | 167.06 | 0.2 | 0.51 |
| Hex | 69 | 9C | 91 | 21 | 0 | 7 | 27 | A7 | 14 | 33 |
| Octal | 151 | 234 | 221 | 41 | 0 | 7 | 47 | 247 | 24 | 63 |
| Binary | 1101001 | 10011100 | 10010001 | 100001 | 0 | 111 | 100111 | 10100111 | 10100 | 110011 |
Color Harmonies of #699C91
Complementary color
Monochromatic Colors of #699C91
Black with #699C91
Text Example
Text Example
White with #699C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C91; }
p { color: rgb(105,156,145); }
H1.HeaderClassName
{
color: #699C91;
}
.AnyTagClassName
{
color: #699C91;
}
</style>
background-color css
<style>
a { background-color: #699C91; }
a { background-color: rgb(105,156,145); }
div.DivClassName
{
background-color: #699C91;
}
.BgClassName
{
background-color: #699C91;
}
</style>
border-color css
<style>
span { border-color: #699C91; }
span { border-color: rgb(105,156,145); }
td.TdClassName
{
border-color: #699C91;
}
.TagClassName
{
border-color: #699C91;
}
</style>