Shades of Makara #68625A
Tints of Makara #68625A
RGB
CMYK
RGB Variations
Color information
#68625A (or 0x68625A) is known color: Makara. HEX triplet: 68, 62 and 5A. RGB value is (104,98,90). Sum of RGB (Red+Green+Blue) = 104+98+90=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #68625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68625A is #979DA5. Grayscale: #626262. Windows color (decimal): -9936294 or 5923432. OLE color: 5923432.
HSL color Cylindrical-coordinate representation of color #68625A: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #68625A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 90 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.59 |
| HSL | 34.29º | 0.07% | 0.38% | - |
| HSV(B) | 34.29º | 0.13% | 0.41% | - |
| XYZ | 11.92 | 12.42 | 11.44 | - |
| YUV | 98.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 90 | 0 | 0.06 | 0.13 | 0.59 | 34.29 | 0.07 | 0.38 |
| Hex | 68 | 62 | 5A | 0 | 6 | D | 3B | 22 | 7 | 26 |
| Octal | 150 | 142 | 132 | 0 | 6 | 15 | 73 | 42 | 7 | 46 |
| Binary | 1101000 | 1100010 | 1011010 | 0 | 110 | 1101 | 111011 | 100010 | 111 | 100110 |
Color Harmonies of #68625A
Complementary color
Monochromatic Colors of #68625A
Black with #68625A
Text Example
Text Example
White with #68625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68625A; }
p { color: rgb(104,98,90); }
H1.HeaderClassName
{
color: #68625A;
}
.AnyTagClassName
{
color: #68625A;
}
</style>
background-color css
<style>
a { background-color: #68625A; }
a { background-color: rgb(104,98,90); }
div.DivClassName
{
background-color: #68625A;
}
.BgClassName
{
background-color: #68625A;
}
</style>
border-color css
<style>
span { border-color: #68625A; }
span { border-color: rgb(104,98,90); }
td.TdClassName
{
border-color: #68625A;
}
.TagClassName
{
border-color: #68625A;
}
</style>