Shades of Kabul #635A53
Tints of Kabul #635A53
RGB
CMYK
RGB Variations
Color information
#635A53 (or 0x635A53) is known color: Kabul. HEX triplet: 63, 5A and 53. RGB value is (99,90,83). Sum of RGB (Red+Green+Blue) = 99+90+83=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #635A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A53 is #9CA5AC. Grayscale: #5B5B5B. Windows color (decimal): -10266029 or 5462627. OLE color: 5462627.
HSL color Cylindrical-coordinate representation of color #635A53: hue angle of 26.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #635A53 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 83 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.61 |
| HSL | 26.25º | 0.09% | 0.36% | - |
| HSV(B) | 26.25º | 0.16% | 0.39% | - |
| XYZ | 10.36 | 10.59 | 9.68 | - |
| YUV | 91.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 83 | 0 | 0.09 | 0.16 | 0.61 | 26.25 | 0.09 | 0.36 |
| Hex | 63 | 5A | 53 | 0 | 9 | 10 | 3D | 1A | 9 | 24 |
| Octal | 143 | 132 | 123 | 0 | 11 | 20 | 75 | 32 | 11 | 44 |
| Binary | 1100011 | 1011010 | 1010011 | 0 | 1001 | 10000 | 111101 | 11010 | 1001 | 100100 |
Color Harmonies of #635A53
Complementary color
Monochromatic Colors of #635A53
Black with #635A53
Text Example
Text Example
White with #635A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A53; }
p { color: rgb(99,90,83); }
H1.HeaderClassName
{
color: #635A53;
}
.AnyTagClassName
{
color: #635A53;
}
</style>
background-color css
<style>
a { background-color: #635A53; }
a { background-color: rgb(99,90,83); }
div.DivClassName
{
background-color: #635A53;
}
.BgClassName
{
background-color: #635A53;
}
</style>
border-color css
<style>
span { border-color: #635A53; }
span { border-color: rgb(99,90,83); }
td.TdClassName
{
border-color: #635A53;
}
.TagClassName
{
border-color: #635A53;
}
</style>