Shades of Kabul #635A54
Tints of Kabul #635A54
RGB
CMYK
RGB Variations
Color information
#635A54 (or 0x635A54) is known color: Kabul. HEX triplet: 63, 5A and 54. RGB value is (99,90,84). Sum of RGB (Red+Green+Blue) = 99+90+84=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A54 is #9CA5AB. Grayscale: #5C5C5C. Windows color (decimal): -10266028 or 5528163. OLE color: 5528163.
HSL color Cylindrical-coordinate representation of color #635A54: hue angle of 24º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635A54 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 84 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.61 |
| HSL | 24º | 0.08% | 0.36% | - |
| HSV(B) | 24º | 0.15% | 0.39% | - |
| XYZ | 10.4 | 10.61 | 9.89 | - |
| YUV | 92.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 84 | 0 | 0.09 | 0.15 | 0.61 | 24 | 0.08 | 0.36 |
| Hex | 63 | 5A | 54 | 0 | 9 | F | 3D | 18 | 8 | 24 |
| Octal | 143 | 132 | 124 | 0 | 11 | 17 | 75 | 30 | 10 | 44 |
| Binary | 1100011 | 1011010 | 1010100 | 0 | 1001 | 1111 | 111101 | 11000 | 1000 | 100100 |
Color Harmonies of #635A54
Complementary color
Monochromatic Colors of #635A54
Black with #635A54
Text Example
Text Example
White with #635A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A54; }
p { color: rgb(99,90,84); }
H1.HeaderClassName
{
color: #635A54;
}
.AnyTagClassName
{
color: #635A54;
}
</style>
background-color css
<style>
a { background-color: #635A54; }
a { background-color: rgb(99,90,84); }
div.DivClassName
{
background-color: #635A54;
}
.BgClassName
{
background-color: #635A54;
}
</style>
border-color css
<style>
span { border-color: #635A54; }
span { border-color: rgb(99,90,84); }
td.TdClassName
{
border-color: #635A54;
}
.TagClassName
{
border-color: #635A54;
}
</style>