Shades of Kabul #635C56
Tints of Kabul #635C56
RGB
CMYK
RGB Variations
Color information
#635C56 (or 0x635C56) is known color: Kabul. HEX triplet: 63, 5C and 56. RGB value is (99,92,86). Sum of RGB (Red+Green+Blue) = 99+92+86=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #635C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C56 is #9CA3A9. Grayscale: #5D5D5D. Windows color (decimal): -10265514 or 5659747. OLE color: 5659747.
HSL color Cylindrical-coordinate representation of color #635C56: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #635C56 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 86 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.61 |
| HSL | 27.69º | 0.07% | 0.36% | - |
| HSV(B) | 27.69º | 0.13% | 0.39% | - |
| XYZ | 10.65 | 10.98 | 10.36 | - |
| YUV | 93.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 86 | 0 | 0.07 | 0.13 | 0.61 | 27.69 | 0.07 | 0.36 |
| Hex | 63 | 5C | 56 | 0 | 7 | D | 3D | 1C | 7 | 24 |
| Octal | 143 | 134 | 126 | 0 | 7 | 15 | 75 | 34 | 7 | 44 |
| Binary | 1100011 | 1011100 | 1010110 | 0 | 111 | 1101 | 111101 | 11100 | 111 | 100100 |
Color Harmonies of #635C56
Complementary color
Monochromatic Colors of #635C56
Black with #635C56
Text Example
Text Example
White with #635C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C56; }
p { color: rgb(99,92,86); }
H1.HeaderClassName
{
color: #635C56;
}
.AnyTagClassName
{
color: #635C56;
}
</style>
background-color css
<style>
a { background-color: #635C56; }
a { background-color: rgb(99,92,86); }
div.DivClassName
{
background-color: #635C56;
}
.BgClassName
{
background-color: #635C56;
}
</style>
border-color css
<style>
span { border-color: #635C56; }
span { border-color: rgb(99,92,86); }
td.TdClassName
{
border-color: #635C56;
}
.TagClassName
{
border-color: #635C56;
}
</style>