Shades of Kabul #635D57
Tints of Kabul #635D57
RGB
CMYK
RGB Variations
Color information
#635D57 (or 0x635D57) is known color: Kabul. HEX triplet: 63, 5D and 57. RGB value is (99,93,87). Sum of RGB (Red+Green+Blue) = 99+93+87=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D57 is #9CA2A8. Grayscale: #5E5E5E. Windows color (decimal): -10265257 or 5725539. OLE color: 5725539.
HSL color Cylindrical-coordinate representation of color #635D57: hue angle of 30º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #635D57 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 87 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.61 |
| HSL | 30º | 0.06% | 0.36% | - |
| HSV(B) | 30º | 0.12% | 0.39% | - |
| XYZ | 10.78 | 11.17 | 10.6 | - |
| YUV | 94.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 87 | 0 | 0.06 | 0.12 | 0.61 | 30 | 0.06 | 0.36 |
| Hex | 63 | 5D | 57 | 0 | 6 | C | 3D | 1E | 6 | 24 |
| Octal | 143 | 135 | 127 | 0 | 6 | 14 | 75 | 36 | 6 | 44 |
| Binary | 1100011 | 1011101 | 1010111 | 0 | 110 | 1100 | 111101 | 11110 | 110 | 100100 |
Color Harmonies of #635D57
Complementary color
Monochromatic Colors of #635D57
Black with #635D57
Text Example
Text Example
White with #635D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D57; }
p { color: rgb(99,93,87); }
H1.HeaderClassName
{
color: #635D57;
}
.AnyTagClassName
{
color: #635D57;
}
</style>
background-color css
<style>
a { background-color: #635D57; }
a { background-color: rgb(99,93,87); }
div.DivClassName
{
background-color: #635D57;
}
.BgClassName
{
background-color: #635D57;
}
</style>
border-color css
<style>
span { border-color: #635D57; }
span { border-color: rgb(99,93,87); }
td.TdClassName
{
border-color: #635D57;
}
.TagClassName
{
border-color: #635D57;
}
</style>