Shades of Mamba #81698C
Tints of Mamba #81698C
RGB
CMYK
RGB Variations
Color information
#81698C (or 0x81698C) is known color: Mamba. HEX triplet: 81, 69 and 8C. RGB value is (129,105,140). Sum of RGB (Red+Green+Blue) = 129+105+140=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #81698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81698C is #7E9673. Grayscale: #747474. Windows color (decimal): -8296052 or 9202049. OLE color: 9202049.
HSL color Cylindrical-coordinate representation of color #81698C: hue angle of 281.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #81698C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 105 | 140 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.45 |
| HSL | 281.14º | 0.14% | 0.48% | - |
| HSV(B) | 281.14º | 0.25% | 0.55% | - |
| XYZ | 18.84 | 16.66 | 27.03 | - |
| YUV | 116.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 140 | 0.08 | 0.25 | 0 | 0.45 | 281.14 | 0.14 | 0.48 |
| Hex | 81 | 69 | 8C | 8 | 19 | 0 | 2D | 119 | E | 30 |
| Octal | 201 | 151 | 214 | 10 | 31 | 0 | 55 | 431 | 16 | 60 |
| Binary | 10000001 | 1101001 | 10001100 | 1000 | 11001 | 0 | 101101 | 100011001 | 1110 | 110000 |
Color Harmonies of #81698C
Complementary color
Monochromatic Colors of #81698C
Black with #81698C
Text Example
Text Example
White with #81698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81698C; }
p { color: rgb(129,105,140); }
H1.HeaderClassName
{
color: #81698C;
}
.AnyTagClassName
{
color: #81698C;
}
</style>
background-color css
<style>
a { background-color: #81698C; }
a { background-color: rgb(129,105,140); }
div.DivClassName
{
background-color: #81698C;
}
.BgClassName
{
background-color: #81698C;
}
</style>
border-color css
<style>
span { border-color: #81698C; }
span { border-color: rgb(129,105,140); }
td.TdClassName
{
border-color: #81698C;
}
.TagClassName
{
border-color: #81698C;
}
</style>