Shades of Makara #695F53
Tints of Makara #695F53
RGB
CMYK
RGB Variations
Color information
#695F53 (or 0x695F53) is known color: Makara. HEX triplet: 69, 5F and 53. RGB value is (105,95,83). Sum of RGB (Red+Green+Blue) = 105+95+83=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F53 is #96A0AC. Grayscale: #606060. Windows color (decimal): -9871533 or 5463913. OLE color: 5463913.
HSL color Cylindrical-coordinate representation of color #695F53: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695F53 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 83 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.59 |
| HSL | 32.73º | 0.12% | 0.37% | - |
| HSV(B) | 32.73º | 0.21% | 0.41% | - |
| XYZ | 11.48 | 11.81 | 9.86 | - |
| YUV | 96.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 83 | 0 | 0.10 | 0.21 | 0.59 | 32.73 | 0.12 | 0.37 |
| Hex | 69 | 5F | 53 | 0 | A | 15 | 3B | 21 | C | 25 |
| Octal | 151 | 137 | 123 | 0 | 12 | 25 | 73 | 41 | 14 | 45 |
| Binary | 1101001 | 1011111 | 1010011 | 0 | 1010 | 10101 | 111011 | 100001 | 1100 | 100101 |
Color Harmonies of #695F53
Complementary color
Monochromatic Colors of #695F53
Black with #695F53
Text Example
Text Example
White with #695F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F53; }
p { color: rgb(105,95,83); }
H1.HeaderClassName
{
color: #695F53;
}
.AnyTagClassName
{
color: #695F53;
}
</style>
background-color css
<style>
a { background-color: #695F53; }
a { background-color: rgb(105,95,83); }
div.DivClassName
{
background-color: #695F53;
}
.BgClassName
{
background-color: #695F53;
}
</style>
border-color css
<style>
span { border-color: #695F53; }
span { border-color: rgb(105,95,83); }
td.TdClassName
{
border-color: #695F53;
}
.TagClassName
{
border-color: #695F53;
}
</style>