Shades of Makara #696154
Tints of Makara #696154
RGB
CMYK
RGB Variations
Color information
#696154 (or 0x696154) is known color: Makara. HEX triplet: 69, 61 and 54. RGB value is (105,97,84). Sum of RGB (Red+Green+Blue) = 105+97+84=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696154 is #969EAB. Grayscale: #616161. Windows color (decimal): -9871020 or 5529961. OLE color: 5529961.
HSL color Cylindrical-coordinate representation of color #696154: hue angle of 37.14º 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 #696154 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 84 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.59 |
| HSL | 37.14º | 0.11% | 0.37% | - |
| HSV(B) | 37.14º | 0.2% | 0.41% | - |
| XYZ | 11.7 | 12.19 | 10.12 | - |
| YUV | 97.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 84 | 0 | 0.08 | 0.20 | 0.59 | 37.14 | 0.11 | 0.37 |
| Hex | 69 | 61 | 54 | 0 | 8 | 14 | 3B | 25 | B | 25 |
| Octal | 151 | 141 | 124 | 0 | 10 | 24 | 73 | 45 | 13 | 45 |
| Binary | 1101001 | 1100001 | 1010100 | 0 | 1000 | 10100 | 111011 | 100101 | 1011 | 100101 |
Color Harmonies of #696154
Complementary color
Monochromatic Colors of #696154
Black with #696154
Text Example
Text Example
White with #696154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696154; }
p { color: rgb(105,97,84); }
H1.HeaderClassName
{
color: #696154;
}
.AnyTagClassName
{
color: #696154;
}
</style>
background-color css
<style>
a { background-color: #696154; }
a { background-color: rgb(105,97,84); }
div.DivClassName
{
background-color: #696154;
}
.BgClassName
{
background-color: #696154;
}
</style>
border-color css
<style>
span { border-color: #696154; }
span { border-color: rgb(105,97,84); }
td.TdClassName
{
border-color: #696154;
}
.TagClassName
{
border-color: #696154;
}
</style>