Shades of Kabul #635E59
Tints of Kabul #635E59
RGB
CMYK
RGB Variations
Color information
#635E59 (or 0x635E59) is known color: Kabul. HEX triplet: 63, 5E and 59. RGB value is (99,94,89). Sum of RGB (Red+Green+Blue) = 99+94+89=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E59 is #9CA1A6. Grayscale: #5E5E5E. Windows color (decimal): -10264999 or 5856867. OLE color: 5856867.
HSL color Cylindrical-coordinate representation of color #635E59: hue angle of 30º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #635E59 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 89 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.61 |
| HSL | 30º | 0.05% | 0.37% | - |
| HSV(B) | 30º | 0.1% | 0.39% | - |
| XYZ | 10.95 | 11.38 | 11.07 | - |
| YUV | 94.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 89 | 0 | 0.05 | 0.10 | 0.61 | 30 | 0.05 | 0.37 |
| Hex | 63 | 5E | 59 | 0 | 5 | A | 3D | 1E | 5 | 25 |
| Octal | 143 | 136 | 131 | 0 | 5 | 12 | 75 | 36 | 5 | 45 |
| Binary | 1100011 | 1011110 | 1011001 | 0 | 101 | 1010 | 111101 | 11110 | 101 | 100101 |
Color Harmonies of #635E59
Complementary color
Monochromatic Colors of #635E59
Black with #635E59
Text Example
Text Example
White with #635E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E59; }
p { color: rgb(99,94,89); }
H1.HeaderClassName
{
color: #635E59;
}
.AnyTagClassName
{
color: #635E59;
}
</style>
background-color css
<style>
a { background-color: #635E59; }
a { background-color: rgb(99,94,89); }
div.DivClassName
{
background-color: #635E59;
}
.BgClassName
{
background-color: #635E59;
}
</style>
border-color css
<style>
span { border-color: #635E59; }
span { border-color: rgb(99,94,89); }
td.TdClassName
{
border-color: #635E59;
}
.TagClassName
{
border-color: #635E59;
}
</style>