Shades of Makara #685F52
Tints of Makara #685F52
RGB
CMYK
RGB Variations
Color information
#685F52 (or 0x685F52) is known color: Makara. HEX triplet: 68, 5F and 52. RGB value is (104,95,82). Sum of RGB (Red+Green+Blue) = 104+95+82=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F52 is #97A0AD. Grayscale: #606060. Windows color (decimal): -9937070 or 5398376. OLE color: 5398376.
HSL color Cylindrical-coordinate representation of color #685F52: hue angle of 35.45º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685F52 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 82 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.59 |
| HSL | 35.45º | 0.12% | 0.36% | - |
| HSV(B) | 35.45º | 0.21% | 0.41% | - |
| XYZ | 11.32 | 11.74 | 9.65 | - |
| YUV | 96.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 82 | 0 | 0.09 | 0.21 | 0.59 | 35.45 | 0.12 | 0.36 |
| Hex | 68 | 5F | 52 | 0 | 9 | 15 | 3B | 23 | C | 24 |
| Octal | 150 | 137 | 122 | 0 | 11 | 25 | 73 | 43 | 14 | 44 |
| Binary | 1101000 | 1011111 | 1010010 | 0 | 1001 | 10101 | 111011 | 100011 | 1100 | 100100 |
Color Harmonies of #685F52
Complementary color
Monochromatic Colors of #685F52
Black with #685F52
Text Example
Text Example
White with #685F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F52; }
p { color: rgb(104,95,82); }
H1.HeaderClassName
{
color: #685F52;
}
.AnyTagClassName
{
color: #685F52;
}
</style>
background-color css
<style>
a { background-color: #685F52; }
a { background-color: rgb(104,95,82); }
div.DivClassName
{
background-color: #685F52;
}
.BgClassName
{
background-color: #685F52;
}
</style>
border-color css
<style>
span { border-color: #685F52; }
span { border-color: rgb(104,95,82); }
td.TdClassName
{
border-color: #685F52;
}
.TagClassName
{
border-color: #685F52;
}
</style>