Shades of Makara #68604E
Tints of Makara #68604E
RGB
CMYK
RGB Variations
Color information
#68604E (or 0x68604E) is known color: Makara. HEX triplet: 68, 60 and 4E. RGB value is (104,96,78). Sum of RGB (Red+Green+Blue) = 104+96+78=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68604E is #979FB1. Grayscale: #606060. Windows color (decimal): -9936818 or 5136488. OLE color: 5136488.
HSL color Cylindrical-coordinate representation of color #68604E: hue angle of 41.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68604E is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 78 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.59 |
| HSL | 41.54º | 0.14% | 0.36% | - |
| HSV(B) | 41.54º | 0.25% | 0.41% | - |
| XYZ | 11.27 | 11.86 | 8.9 | - |
| YUV | 96.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 78 | 0 | 0.08 | 0.25 | 0.59 | 41.54 | 0.14 | 0.36 |
| Hex | 68 | 60 | 4E | 0 | 8 | 19 | 3B | 2A | E | 24 |
| Octal | 150 | 140 | 116 | 0 | 10 | 31 | 73 | 52 | 16 | 44 |
| Binary | 1101000 | 1100000 | 1001110 | 0 | 1000 | 11001 | 111011 | 101010 | 1110 | 100100 |
Color Harmonies of #68604E
Complementary color
Monochromatic Colors of #68604E
Black with #68604E
Text Example
Text Example
White with #68604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68604E; }
p { color: rgb(104,96,78); }
H1.HeaderClassName
{
color: #68604E;
}
.AnyTagClassName
{
color: #68604E;
}
</style>
background-color css
<style>
a { background-color: #68604E; }
a { background-color: rgb(104,96,78); }
div.DivClassName
{
background-color: #68604E;
}
.BgClassName
{
background-color: #68604E;
}
</style>
border-color css
<style>
span { border-color: #68604E; }
span { border-color: rgb(104,96,78); }
td.TdClassName
{
border-color: #68604E;
}
.TagClassName
{
border-color: #68604E;
}
</style>