Shades of Makara #67615A
Tints of Makara #67615A
RGB
CMYK
RGB Variations
Color information
#67615A (or 0x67615A) is known color: Makara. HEX triplet: 67, 61 and 5A. RGB value is (103,97,90). Sum of RGB (Red+Green+Blue) = 103+97+90=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 103 - color contains mainly: red. Hex color #67615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67615A is #989EA5. Grayscale: #626262. Windows color (decimal): -10002086 or 5923175. OLE color: 5923175.
HSL color Cylindrical-coordinate representation of color #67615A: hue angle of 32.31º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #67615A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 97 | 90 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.60 |
| HSL | 32.31º | 0.07% | 0.38% | - |
| HSV(B) | 32.31º | 0.13% | 0.4% | - |
| XYZ | 11.71 | 12.17 | 11.4 | - |
| YUV | 98 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 90 | 0 | 0.06 | 0.13 | 0.60 | 32.31 | 0.07 | 0.38 |
| Hex | 67 | 61 | 5A | 0 | 6 | D | 3C | 20 | 7 | 26 |
| Octal | 147 | 141 | 132 | 0 | 6 | 15 | 74 | 40 | 7 | 46 |
| Binary | 1100111 | 1100001 | 1011010 | 0 | 110 | 1101 | 111100 | 100000 | 111 | 100110 |
Color Harmonies of #67615A
Complementary color
Monochromatic Colors of #67615A
Black with #67615A
Text Example
Text Example
White with #67615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67615A; }
p { color: rgb(103,97,90); }
H1.HeaderClassName
{
color: #67615A;
}
.AnyTagClassName
{
color: #67615A;
}
</style>
background-color css
<style>
a { background-color: #67615A; }
a { background-color: rgb(103,97,90); }
div.DivClassName
{
background-color: #67615A;
}
.BgClassName
{
background-color: #67615A;
}
</style>
border-color css
<style>
span { border-color: #67615A; }
span { border-color: rgb(103,97,90); }
td.TdClassName
{
border-color: #67615A;
}
.TagClassName
{
border-color: #67615A;
}
</style>