Shades of Makara #68645C
Tints of Makara #68645C
RGB
CMYK
RGB Variations
Color information
#68645C (or 0x68645C) is known color: Makara. HEX triplet: 68, 64 and 5C. RGB value is (104,100,92). Sum of RGB (Red+Green+Blue) = 104+100+92=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #68645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645C is #979BA3. Grayscale: #646464. Windows color (decimal): -9935780 or 6055016. OLE color: 6055016.
HSL color Cylindrical-coordinate representation of color #68645C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68645C is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 92 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.59 |
| HSL | 40º | 0.06% | 0.38% | - |
| HSV(B) | 40º | 0.12% | 0.41% | - |
| XYZ | 12.2 | 12.83 | 11.96 | - |
| YUV | 100.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 92 | 0 | 0.04 | 0.12 | 0.59 | 40 | 0.06 | 0.38 |
| Hex | 68 | 64 | 5C | 0 | 4 | C | 3B | 28 | 6 | 26 |
| Octal | 150 | 144 | 134 | 0 | 4 | 14 | 73 | 50 | 6 | 46 |
| Binary | 1101000 | 1100100 | 1011100 | 0 | 100 | 1100 | 111011 | 101000 | 110 | 100110 |
Color Harmonies of #68645C
Complementary color
Monochromatic Colors of #68645C
Black with #68645C
Text Example
Text Example
White with #68645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68645C; }
p { color: rgb(104,100,92); }
H1.HeaderClassName
{
color: #68645C;
}
.AnyTagClassName
{
color: #68645C;
}
</style>
background-color css
<style>
a { background-color: #68645C; }
a { background-color: rgb(104,100,92); }
div.DivClassName
{
background-color: #68645C;
}
.BgClassName
{
background-color: #68645C;
}
</style>
border-color css
<style>
span { border-color: #68645C; }
span { border-color: rgb(104,100,92); }
td.TdClassName
{
border-color: #68645C;
}
.TagClassName
{
border-color: #68645C;
}
</style>