Shades of Smoky #635F6E
Tints of Smoky #635F6E
RGB
CMYK
RGB Variations
Color information
#635F6E (or 0x635F6E) is known color: Smoky. HEX triplet: 63, 5F and 6E. RGB value is (99,95,110). Sum of RGB (Red+Green+Blue) = 99+95+110=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 110 - color contains mainly: blue. Hex color #635F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F6E is #9CA091. Grayscale: #616161. Windows color (decimal): -10264722 or 7233379. OLE color: 7233379.
HSL color Cylindrical-coordinate representation of color #635F6E: hue angle of 256º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635F6E is Cyan = 0.1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 95 | 110 | - |
| CMYK | 0.1 | 0.14 | 0 | 0.57 |
| HSL | 256º | 0.07% | 0.4% | - |
| HSV(B) | 256º | 0.14% | 0.43% | - |
| XYZ | 12.05 | 11.96 | 16.43 | - |
| YUV | 97.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 110 | 0.1 | 0.14 | 0 | 0.57 | 256 | 0.07 | 0.4 |
| Hex | 63 | 5F | 6E | A | E | 0 | 39 | 100 | 7 | 28 |
| Octal | 143 | 137 | 156 | 12 | 16 | 0 | 71 | 400 | 7 | 50 |
| Binary | 1100011 | 1011111 | 1101110 | 1010 | 1110 | 0 | 111001 | 100000000 | 111 | 101000 |
Color Harmonies of #635F6E
Complementary color
Monochromatic Colors of #635F6E
Black with #635F6E
Text Example
Text Example
White with #635F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F6E; }
p { color: rgb(99,95,110); }
H1.HeaderClassName
{
color: #635F6E;
}
.AnyTagClassName
{
color: #635F6E;
}
</style>
background-color css
<style>
a { background-color: #635F6E; }
a { background-color: rgb(99,95,110); }
div.DivClassName
{
background-color: #635F6E;
}
.BgClassName
{
background-color: #635F6E;
}
</style>
border-color css
<style>
span { border-color: #635F6E; }
span { border-color: rgb(99,95,110); }
td.TdClassName
{
border-color: #635F6E;
}
.TagClassName
{
border-color: #635F6E;
}
</style>