Shades of Makara #695F54
Tints of Makara #695F54
RGB
CMYK
RGB Variations
Color information
#695F54 (or 0x695F54) is known color: Makara. HEX triplet: 69, 5F and 54. RGB value is (105,95,84). Sum of RGB (Red+Green+Blue) = 105+95+84=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F54 is #96A0AB. Grayscale: #606060. Windows color (decimal): -9871532 or 5529449. OLE color: 5529449.
HSL color Cylindrical-coordinate representation of color #695F54: hue angle of 31.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695F54 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 84 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.59 |
| HSL | 31.43º | 0.11% | 0.37% | - |
| HSV(B) | 31.43º | 0.2% | 0.41% | - |
| XYZ | 11.52 | 11.83 | 10.06 | - |
| YUV | 96.74 | 120.81 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 84 | 0 | 0.10 | 0.20 | 0.59 | 31.43 | 0.11 | 0.37 |
| Hex | 69 | 5F | 54 | 0 | A | 14 | 3B | 1F | B | 25 |
| Octal | 151 | 137 | 124 | 0 | 12 | 24 | 73 | 37 | 13 | 45 |
| Binary | 1101001 | 1011111 | 1010100 | 0 | 1010 | 10100 | 111011 | 11111 | 1011 | 100101 |
Color Harmonies of #695F54
Complementary color
Monochromatic Colors of #695F54
Black with #695F54
Text Example
Text Example
White with #695F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F54; }
p { color: rgb(105,95,84); }
H1.HeaderClassName
{
color: #695F54;
}
.AnyTagClassName
{
color: #695F54;
}
</style>
background-color css
<style>
a { background-color: #695F54; }
a { background-color: rgb(105,95,84); }
div.DivClassName
{
background-color: #695F54;
}
.BgClassName
{
background-color: #695F54;
}
</style>
border-color css
<style>
span { border-color: #695F54; }
span { border-color: rgb(105,95,84); }
td.TdClassName
{
border-color: #695F54;
}
.TagClassName
{
border-color: #695F54;
}
</style>