Shades of Ming #36696A
Tints of Ming #36696A
RGB
CMYK
RGB Variations
Color information
#36696A (or 0x36696A) is known color: Ming. HEX triplet: 36, 69 and 6A. RGB value is (54,105,106). Sum of RGB (Red+Green+Blue) = 54+105+106=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #36696A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36696A is #C99695. Grayscale: #595959. Windows color (decimal): -13211286 or 6973750. OLE color: 6973750.
HSL color Cylindrical-coordinate representation of color #36696A: hue angle of 181.15º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36696A is Cyan = 0.49, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 54 | 105 | 106 | - |
| CMYK | 0.49 | 0.01 | 0 | 0.58 |
| HSL | 181.15º | 0.33% | 0.31% | - |
| HSV(B) | 181.15º | 0.49% | 0.42% | - |
| XYZ | 9.17 | 11.93 | 15.45 | - |
| YUV | 89.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 105 | 106 | 0.49 | 0.01 | 0 | 0.58 | 181.15 | 0.33 | 0.31 |
| Hex | 36 | 69 | 6A | 31 | 1 | 0 | 3A | B5 | 20 | 1F |
| Octal | 66 | 151 | 152 | 61 | 1 | 0 | 72 | 265 | 40 | 37 |
| Binary | 110110 | 1101001 | 1101010 | 110001 | 1 | 0 | 111010 | 10110101 | 100000 | 11111 |
Color Harmonies of #36696A
Complementary color
Monochromatic Colors of #36696A
Black with #36696A
Text Example
Text Example
White with #36696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36696A; }
p { color: rgb(54,105,106); }
H1.HeaderClassName
{
color: #36696A;
}
.AnyTagClassName
{
color: #36696A;
}
</style>
background-color css
<style>
a { background-color: #36696A; }
a { background-color: rgb(54,105,106); }
div.DivClassName
{
background-color: #36696A;
}
.BgClassName
{
background-color: #36696A;
}
</style>
border-color css
<style>
span { border-color: #36696A; }
span { border-color: rgb(54,105,106); }
td.TdClassName
{
border-color: #36696A;
}
.TagClassName
{
border-color: #36696A;
}
</style>