Shades of Makara #6A655D
Tints of Makara #6A655D
RGB
CMYK
RGB Variations
Color information
#6A655D (or 0x6A655D) is known color: Makara. HEX triplet: 6A, 65 and 5D. RGB value is (106,101,93). Sum of RGB (Red+Green+Blue) = 106+101+93=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 106 - color contains mainly: red. Hex color #6A655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A655D is #959AA2. Grayscale: #656565. Windows color (decimal): -9804451 or 6120810. OLE color: 6120810.
HSL color Cylindrical-coordinate representation of color #6A655D: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A655D is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 101 | 93 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.58 |
| HSL | 36.92º | 0.07% | 0.39% | - |
| HSV(B) | 36.92º | 0.12% | 0.42% | - |
| XYZ | 12.57 | 13.16 | 12.23 | - |
| YUV | 101.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 101 | 93 | 0 | 0.05 | 0.12 | 0.58 | 36.92 | 0.07 | 0.39 |
| Hex | 6A | 65 | 5D | 0 | 5 | C | 3A | 25 | 7 | 27 |
| Octal | 152 | 145 | 135 | 0 | 5 | 14 | 72 | 45 | 7 | 47 |
| Binary | 1101010 | 1100101 | 1011101 | 0 | 101 | 1100 | 111010 | 100101 | 111 | 100111 |
Color Harmonies of #6A655D
Complementary color
Monochromatic Colors of #6A655D
Black with #6A655D
Text Example
Text Example
White with #6A655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A655D; }
p { color: rgb(106,101,93); }
H1.HeaderClassName
{
color: #6A655D;
}
.AnyTagClassName
{
color: #6A655D;
}
</style>
background-color css
<style>
a { background-color: #6A655D; }
a { background-color: rgb(106,101,93); }
div.DivClassName
{
background-color: #6A655D;
}
.BgClassName
{
background-color: #6A655D;
}
</style>
border-color css
<style>
span { border-color: #6A655D; }
span { border-color: rgb(106,101,93); }
td.TdClassName
{
border-color: #6A655D;
}
.TagClassName
{
border-color: #6A655D;
}
</style>