Shades of Kabul #635E5A
Tints of Kabul #635E5A
RGB
CMYK
RGB Variations
Color information
#635E5A (or 0x635E5A) is known color: Kabul. HEX triplet: 63, 5E and 5A. RGB value is (99,94,90). Sum of RGB (Red+Green+Blue) = 99+94+90=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E5A is #9CA1A5. Grayscale: #5F5F5F. Windows color (decimal): -10264998 or 5922403. OLE color: 5922403.
HSL color Cylindrical-coordinate representation of color #635E5A: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635E5A is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 90 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.61 |
| HSL | 26.67º | 0.05% | 0.37% | - |
| HSV(B) | 26.67º | 0.09% | 0.39% | - |
| XYZ | 10.99 | 11.4 | 11.29 | - |
| YUV | 95.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 90 | 0 | 0.05 | 0.09 | 0.61 | 26.67 | 0.05 | 0.37 |
| Hex | 63 | 5E | 5A | 0 | 5 | 9 | 3D | 1B | 5 | 25 |
| Octal | 143 | 136 | 132 | 0 | 5 | 11 | 75 | 33 | 5 | 45 |
| Binary | 1100011 | 1011110 | 1011010 | 0 | 101 | 1001 | 111101 | 11011 | 101 | 100101 |
Color Harmonies of #635E5A
Complementary color
Monochromatic Colors of #635E5A
Black with #635E5A
Text Example
Text Example
White with #635E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E5A; }
p { color: rgb(99,94,90); }
H1.HeaderClassName
{
color: #635E5A;
}
.AnyTagClassName
{
color: #635E5A;
}
</style>
background-color css
<style>
a { background-color: #635E5A; }
a { background-color: rgb(99,94,90); }
div.DivClassName
{
background-color: #635E5A;
}
.BgClassName
{
background-color: #635E5A;
}
</style>
border-color css
<style>
span { border-color: #635E5A; }
span { border-color: rgb(99,94,90); }
td.TdClassName
{
border-color: #635E5A;
}
.TagClassName
{
border-color: #635E5A;
}
</style>