Shades of Makara #696253
Tints of Makara #696253
RGB
CMYK
RGB Variations
Color information
#696253 (or 0x696253) is known color: Makara. HEX triplet: 69, 62 and 53. RGB value is (105,98,83). Sum of RGB (Red+Green+Blue) = 105+98+83=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #696253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696253 is #969DAC. Grayscale: #626262. Windows color (decimal): -9870765 or 5464681. OLE color: 5464681.
HSL color Cylindrical-coordinate representation of color #696253: hue angle of 40.91º 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 #696253 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 83 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.59 |
| HSL | 40.91º | 0.12% | 0.37% | - |
| HSV(B) | 40.91º | 0.21% | 0.41% | - |
| XYZ | 11.75 | 12.36 | 9.95 | - |
| YUV | 98.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 83 | 0 | 0.07 | 0.21 | 0.59 | 40.91 | 0.12 | 0.37 |
| Hex | 69 | 62 | 53 | 0 | 7 | 15 | 3B | 29 | C | 25 |
| Octal | 151 | 142 | 123 | 0 | 7 | 25 | 73 | 51 | 14 | 45 |
| Binary | 1101001 | 1100010 | 1010011 | 0 | 111 | 10101 | 111011 | 101001 | 1100 | 100101 |
Color Harmonies of #696253
Complementary color
Monochromatic Colors of #696253
Black with #696253
Text Example
Text Example
White with #696253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696253; }
p { color: rgb(105,98,83); }
H1.HeaderClassName
{
color: #696253;
}
.AnyTagClassName
{
color: #696253;
}
</style>
background-color css
<style>
a { background-color: #696253; }
a { background-color: rgb(105,98,83); }
div.DivClassName
{
background-color: #696253;
}
.BgClassName
{
background-color: #696253;
}
</style>
border-color css
<style>
span { border-color: #696253; }
span { border-color: rgb(105,98,83); }
td.TdClassName
{
border-color: #696253;
}
.TagClassName
{
border-color: #696253;
}
</style>