Shades of Makara #68645E
Tints of Makara #68645E
RGB
CMYK
RGB Variations
Color information
#68645E (or 0x68645E) is known color: Makara. HEX triplet: 68, 64 and 5E. RGB value is (104,100,94). Sum of RGB (Red+Green+Blue) = 104+100+94=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #68645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68645E is #979BA1. Grayscale: #646464. Windows color (decimal): -9935778 or 6186088. OLE color: 6186088.
HSL color Cylindrical-coordinate representation of color #68645E: hue angle of 36º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68645E is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 94 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.59 |
| HSL | 36º | 0.05% | 0.39% | - |
| HSV(B) | 36º | 0.1% | 0.41% | - |
| XYZ | 12.29 | 12.87 | 12.43 | - |
| YUV | 100.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 94 | 0 | 0.04 | 0.10 | 0.59 | 36 | 0.05 | 0.39 |
| Hex | 68 | 64 | 5E | 0 | 4 | A | 3B | 24 | 5 | 27 |
| Octal | 150 | 144 | 136 | 0 | 4 | 12 | 73 | 44 | 5 | 47 |
| Binary | 1101000 | 1100100 | 1011110 | 0 | 100 | 1010 | 111011 | 100100 | 101 | 100111 |
Color Harmonies of #68645E
Complementary color
Monochromatic Colors of #68645E
Black with #68645E
Text Example
Text Example
White with #68645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68645E; }
p { color: rgb(104,100,94); }
H1.HeaderClassName
{
color: #68645E;
}
.AnyTagClassName
{
color: #68645E;
}
</style>
background-color css
<style>
a { background-color: #68645E; }
a { background-color: rgb(104,100,94); }
div.DivClassName
{
background-color: #68645E;
}
.BgClassName
{
background-color: #68645E;
}
</style>
border-color css
<style>
span { border-color: #68645E; }
span { border-color: rgb(104,100,94); }
td.TdClassName
{
border-color: #68645E;
}
.TagClassName
{
border-color: #68645E;
}
</style>