Shades of Smoky #635D75
Tints of Smoky #635D75
RGB
CMYK
RGB Variations
Color information
#635D75 (or 0x635D75) is known color: Smoky. HEX triplet: 63, 5D and 75. RGB value is (99,93,117). Sum of RGB (Red+Green+Blue) = 99+93+117=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #635D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D75 is #9CA28A. Grayscale: #616161. Windows color (decimal): -10265227 or 7691619. OLE color: 7691619.
HSL color Cylindrical-coordinate representation of color #635D75: hue angle of 255º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #635D75 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 99 | 93 | 117 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.54 |
| HSL | 255º | 0.11% | 0.41% | - |
| HSV(B) | 255º | 0.21% | 0.46% | - |
| XYZ | 12.27 | 11.77 | 18.45 | - |
| YUV | 97.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 117 | 0.15 | 0.21 | 0 | 0.54 | 255 | 0.11 | 0.41 |
| Hex | 63 | 5D | 75 | F | 15 | 0 | 36 | FF | B | 29 |
| Octal | 143 | 135 | 165 | 17 | 25 | 0 | 66 | 377 | 13 | 51 |
| Binary | 1100011 | 1011101 | 1110101 | 1111 | 10101 | 0 | 110110 | 11111111 | 1011 | 101001 |
Color Harmonies of #635D75
Complementary color
Monochromatic Colors of #635D75
Black with #635D75
Text Example
Text Example
White with #635D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D75; }
p { color: rgb(99,93,117); }
H1.HeaderClassName
{
color: #635D75;
}
.AnyTagClassName
{
color: #635D75;
}
</style>
background-color css
<style>
a { background-color: #635D75; }
a { background-color: rgb(99,93,117); }
div.DivClassName
{
background-color: #635D75;
}
.BgClassName
{
background-color: #635D75;
}
</style>
border-color css
<style>
span { border-color: #635D75; }
span { border-color: rgb(99,93,117); }
td.TdClassName
{
border-color: #635D75;
}
.TagClassName
{
border-color: #635D75;
}
</style>