Shades of Kabul #635C55
Tints of Kabul #635C55
RGB
CMYK
RGB Variations
Color information
#635C55 (or 0x635C55) is known color: Kabul. HEX triplet: 63, 5C and 55. RGB value is (99,92,85). Sum of RGB (Red+Green+Blue) = 99+92+85=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #635C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C55 is #9CA3AA. Grayscale: #5D5D5D. Windows color (decimal): -10265515 or 5594211. OLE color: 5594211.
HSL color Cylindrical-coordinate representation of color #635C55: hue angle of 30º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #635C55 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 85 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.61 |
| HSL | 30º | 0.08% | 0.36% | - |
| HSV(B) | 30º | 0.14% | 0.39% | - |
| XYZ | 10.61 | 10.96 | 10.15 | - |
| YUV | 93.3 | 123.32 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 85 | 0 | 0.07 | 0.14 | 0.61 | 30 | 0.08 | 0.36 |
| Hex | 63 | 5C | 55 | 0 | 7 | E | 3D | 1E | 8 | 24 |
| Octal | 143 | 134 | 125 | 0 | 7 | 16 | 75 | 36 | 10 | 44 |
| Binary | 1100011 | 1011100 | 1010101 | 0 | 111 | 1110 | 111101 | 11110 | 1000 | 100100 |
Color Harmonies of #635C55
Complementary color
Monochromatic Colors of #635C55
Black with #635C55
Text Example
Text Example
White with #635C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C55; }
p { color: rgb(99,92,85); }
H1.HeaderClassName
{
color: #635C55;
}
.AnyTagClassName
{
color: #635C55;
}
</style>
background-color css
<style>
a { background-color: #635C55; }
a { background-color: rgb(99,92,85); }
div.DivClassName
{
background-color: #635C55;
}
.BgClassName
{
background-color: #635C55;
}
</style>
border-color css
<style>
span { border-color: #635C55; }
span { border-color: rgb(99,92,85); }
td.TdClassName
{
border-color: #635C55;
}
.TagClassName
{
border-color: #635C55;
}
</style>