Shades of Makara #635B4E
Tints of Makara #635B4E
RGB
CMYK
RGB Variations
Color information
#635B4E (or 0x635B4E) is known color: Makara. HEX triplet: 63, 5B and 4E. RGB value is (99,91,78). Sum of RGB (Red+Green+Blue) = 99+91+78=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B4E is #9CA4B1. Grayscale: #5B5B5B. Windows color (decimal): -10265778 or 5135203. OLE color: 5135203.
HSL color Cylindrical-coordinate representation of color #635B4E: hue angle of 37.14º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #635B4E is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 78 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.61 |
| HSL | 37.14º | 0.12% | 0.35% | - |
| HSV(B) | 37.14º | 0.21% | 0.39% | - |
| XYZ | 10.26 | 10.68 | 8.73 | - |
| YUV | 91.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 78 | 0 | 0.08 | 0.21 | 0.61 | 37.14 | 0.12 | 0.35 |
| Hex | 63 | 5B | 4E | 0 | 8 | 15 | 3D | 25 | C | 23 |
| Octal | 143 | 133 | 116 | 0 | 10 | 25 | 75 | 45 | 14 | 43 |
| Binary | 1100011 | 1011011 | 1001110 | 0 | 1000 | 10101 | 111101 | 100101 | 1100 | 100011 |
Color Harmonies of #635B4E
Complementary color
Monochromatic Colors of #635B4E
Black with #635B4E
Text Example
Text Example
White with #635B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B4E; }
p { color: rgb(99,91,78); }
H1.HeaderClassName
{
color: #635B4E;
}
.AnyTagClassName
{
color: #635B4E;
}
</style>
background-color css
<style>
a { background-color: #635B4E; }
a { background-color: rgb(99,91,78); }
div.DivClassName
{
background-color: #635B4E;
}
.BgClassName
{
background-color: #635B4E;
}
</style>
border-color css
<style>
span { border-color: #635B4E; }
span { border-color: rgb(99,91,78); }
td.TdClassName
{
border-color: #635B4E;
}
.TagClassName
{
border-color: #635B4E;
}
</style>