Shades of Kabul #635D58
Tints of Kabul #635D58
RGB
CMYK
RGB Variations
Color information
#635D58 (or 0x635D58) is known color: Kabul. HEX triplet: 63, 5D and 58. RGB value is (99,93,88). Sum of RGB (Red+Green+Blue) = 99+93+88=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D58 is #9CA2A7. Grayscale: #5E5E5E. Windows color (decimal): -10265256 or 5791075. OLE color: 5791075.
HSL color Cylindrical-coordinate representation of color #635D58: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #635D58 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 88 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.61 |
| HSL | 27.27º | 0.06% | 0.37% | - |
| HSV(B) | 27.27º | 0.11% | 0.39% | - |
| XYZ | 10.82 | 11.19 | 10.82 | - |
| YUV | 94.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 88 | 0 | 0.06 | 0.11 | 0.61 | 27.27 | 0.06 | 0.37 |
| Hex | 63 | 5D | 58 | 0 | 6 | B | 3D | 1B | 6 | 25 |
| Octal | 143 | 135 | 130 | 0 | 6 | 13 | 75 | 33 | 6 | 45 |
| Binary | 1100011 | 1011101 | 1011000 | 0 | 110 | 1011 | 111101 | 11011 | 110 | 100101 |
Color Harmonies of #635D58
Complementary color
Monochromatic Colors of #635D58
Black with #635D58
Text Example
Text Example
White with #635D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D58; }
p { color: rgb(99,93,88); }
H1.HeaderClassName
{
color: #635D58;
}
.AnyTagClassName
{
color: #635D58;
}
</style>
background-color css
<style>
a { background-color: #635D58; }
a { background-color: rgb(99,93,88); }
div.DivClassName
{
background-color: #635D58;
}
.BgClassName
{
background-color: #635D58;
}
</style>
border-color css
<style>
span { border-color: #635D58; }
span { border-color: rgb(99,93,88); }
td.TdClassName
{
border-color: #635D58;
}
.TagClassName
{
border-color: #635D58;
}
</style>