Shades of Makara #696355
Tints of Makara #696355
RGB
CMYK
RGB Variations
Color information
#696355 (or 0x696355) is known color: Makara. HEX triplet: 69, 63 and 55. RGB value is (105,99,85). Sum of RGB (Red+Green+Blue) = 105+99+85=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696355 is #969CAA. Grayscale: #636363. Windows color (decimal): -9870507 or 5596009. OLE color: 5596009.
HSL color Cylindrical-coordinate representation of color #696355: hue angle of 42º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696355 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 99 | 85 | - |
| CMYK | 0 | 0.06 | 0.19 | 0.59 |
| HSL | 42º | 0.11% | 0.37% | - |
| HSV(B) | 42º | 0.19% | 0.41% | - |
| XYZ | 11.93 | 12.58 | 10.39 | - |
| YUV | 99.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 85 | 0 | 0.06 | 0.19 | 0.59 | 42 | 0.11 | 0.37 |
| Hex | 69 | 63 | 55 | 0 | 6 | 13 | 3B | 2A | B | 25 |
| Octal | 151 | 143 | 125 | 0 | 6 | 23 | 73 | 52 | 13 | 45 |
| Binary | 1101001 | 1100011 | 1010101 | 0 | 110 | 10011 | 111011 | 101010 | 1011 | 100101 |
Color Harmonies of #696355
Complementary color
Monochromatic Colors of #696355
Black with #696355
Text Example
Text Example
White with #696355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696355; }
p { color: rgb(105,99,85); }
H1.HeaderClassName
{
color: #696355;
}
.AnyTagClassName
{
color: #696355;
}
</style>
background-color css
<style>
a { background-color: #696355; }
a { background-color: rgb(105,99,85); }
div.DivClassName
{
background-color: #696355;
}
.BgClassName
{
background-color: #696355;
}
</style>
border-color css
<style>
span { border-color: #696355; }
span { border-color: rgb(105,99,85); }
td.TdClassName
{
border-color: #696355;
}
.TagClassName
{
border-color: #696355;
}
</style>