Shades of Makara #685E4F
Tints of Makara #685E4F
RGB
CMYK
RGB Variations
Color information
#685E4F (or 0x685E4F) is known color: Makara. HEX triplet: 68, 5E and 4F. RGB value is (104,94,79). Sum of RGB (Red+Green+Blue) = 104+94+79=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E4F is #97A1B0. Grayscale: #5F5F5F. Windows color (decimal): -9937329 or 5201512. OLE color: 5201512.
HSL color Cylindrical-coordinate representation of color #685E4F: hue angle of 36º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685E4F is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 79 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.59 |
| HSL | 36º | 0.14% | 0.36% | - |
| HSV(B) | 36º | 0.24% | 0.41% | - |
| XYZ | 11.12 | 11.51 | 9.03 | - |
| YUV | 95.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 79 | 0 | 0.10 | 0.24 | 0.59 | 36 | 0.14 | 0.36 |
| Hex | 68 | 5E | 4F | 0 | A | 18 | 3B | 24 | E | 24 |
| Octal | 150 | 136 | 117 | 0 | 12 | 30 | 73 | 44 | 16 | 44 |
| Binary | 1101000 | 1011110 | 1001111 | 0 | 1010 | 11000 | 111011 | 100100 | 1110 | 100100 |
Color Harmonies of #685E4F
Complementary color
Monochromatic Colors of #685E4F
Black with #685E4F
Text Example
Text Example
White with #685E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E4F; }
p { color: rgb(104,94,79); }
H1.HeaderClassName
{
color: #685E4F;
}
.AnyTagClassName
{
color: #685E4F;
}
</style>
background-color css
<style>
a { background-color: #685E4F; }
a { background-color: rgb(104,94,79); }
div.DivClassName
{
background-color: #685E4F;
}
.BgClassName
{
background-color: #685E4F;
}
</style>
border-color css
<style>
span { border-color: #685E4F; }
span { border-color: rgb(104,94,79); }
td.TdClassName
{
border-color: #685E4F;
}
.TagClassName
{
border-color: #685E4F;
}
</style>