Shades of Makara #696255
Tints of Makara #696255
RGB
CMYK
RGB Variations
Color information
#696255 (or 0x696255) is known color: Makara. HEX triplet: 69, 62 and 55. RGB value is (105,98,85). Sum of RGB (Red+Green+Blue) = 105+98+85=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #696255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696255 is #969DAA. Grayscale: #626262. Windows color (decimal): -9870763 or 5595753. OLE color: 5595753.
HSL color Cylindrical-coordinate representation of color #696255: hue angle of 39º 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 #696255 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 98 | 85 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.59 |
| HSL | 39º | 0.11% | 0.37% | - |
| HSV(B) | 39º | 0.19% | 0.41% | - |
| XYZ | 11.83 | 12.39 | 10.36 | - |
| YUV | 98.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 98 | 85 | 0 | 0.07 | 0.19 | 0.59 | 39 | 0.11 | 0.37 |
| Hex | 69 | 62 | 55 | 0 | 7 | 13 | 3B | 27 | B | 25 |
| Octal | 151 | 142 | 125 | 0 | 7 | 23 | 73 | 47 | 13 | 45 |
| Binary | 1101001 | 1100010 | 1010101 | 0 | 111 | 10011 | 111011 | 100111 | 1011 | 100101 |
Color Harmonies of #696255
Complementary color
Monochromatic Colors of #696255
Black with #696255
Text Example
Text Example
White with #696255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696255; }
p { color: rgb(105,98,85); }
H1.HeaderClassName
{
color: #696255;
}
.AnyTagClassName
{
color: #696255;
}
</style>
background-color css
<style>
a { background-color: #696255; }
a { background-color: rgb(105,98,85); }
div.DivClassName
{
background-color: #696255;
}
.BgClassName
{
background-color: #696255;
}
</style>
border-color css
<style>
span { border-color: #696255; }
span { border-color: rgb(105,98,85); }
td.TdClassName
{
border-color: #696255;
}
.TagClassName
{
border-color: #696255;
}
</style>