Shades of Kabul #635B54
Tints of Kabul #635B54
RGB
CMYK
RGB Variations
Color information
#635B54 (or 0x635B54) is known color: Kabul. HEX triplet: 63, 5B and 54. RGB value is (99,91,84). Sum of RGB (Red+Green+Blue) = 99+91+84=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 99 - color contains mainly: red. Hex color #635B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B54 is #9CA4AB. Grayscale: #5C5C5C. Windows color (decimal): -10265772 or 5528419. OLE color: 5528419.
HSL color Cylindrical-coordinate representation of color #635B54: hue angle of 28º 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 #635B54 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 84 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.61 |
| HSL | 28º | 0.08% | 0.36% | - |
| HSV(B) | 28º | 0.15% | 0.39% | - |
| XYZ | 10.49 | 10.77 | 9.91 | - |
| YUV | 92.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 84 | 0 | 0.08 | 0.15 | 0.61 | 28 | 0.08 | 0.36 |
| Hex | 63 | 5B | 54 | 0 | 8 | F | 3D | 1C | 8 | 24 |
| Octal | 143 | 133 | 124 | 0 | 10 | 17 | 75 | 34 | 10 | 44 |
| Binary | 1100011 | 1011011 | 1010100 | 0 | 1000 | 1111 | 111101 | 11100 | 1000 | 100100 |
Color Harmonies of #635B54
Complementary color
Monochromatic Colors of #635B54
Black with #635B54
Text Example
Text Example
White with #635B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B54; }
p { color: rgb(99,91,84); }
H1.HeaderClassName
{
color: #635B54;
}
.AnyTagClassName
{
color: #635B54;
}
</style>
background-color css
<style>
a { background-color: #635B54; }
a { background-color: rgb(99,91,84); }
div.DivClassName
{
background-color: #635B54;
}
.BgClassName
{
background-color: #635B54;
}
</style>
border-color css
<style>
span { border-color: #635B54; }
span { border-color: rgb(99,91,84); }
td.TdClassName
{
border-color: #635B54;
}
.TagClassName
{
border-color: #635B54;
}
</style>