Shades of Kabul #655C54
Tints of Kabul #655C54
RGB
CMYK
RGB Variations
Color information
#655C54 (or 0x655C54) is known color: Kabul. HEX triplet: 65, 5C and 54. RGB value is (101,92,84). Sum of RGB (Red+Green+Blue) = 101+92+84=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C54 is #9AA3AB. Grayscale: #5D5D5D. Windows color (decimal): -10134444 or 5528677. OLE color: 5528677.
HSL color Cylindrical-coordinate representation of color #655C54: hue angle of 28.24º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655C54 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 84 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.60 |
| HSL | 28.24º | 0.09% | 0.36% | - |
| HSV(B) | 28.24º | 0.17% | 0.4% | - |
| XYZ | 10.79 | 11.06 | 9.95 | - |
| YUV | 93.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 84 | 0 | 0.09 | 0.17 | 0.60 | 28.24 | 0.09 | 0.36 |
| Hex | 65 | 5C | 54 | 0 | 9 | 11 | 3C | 1C | 9 | 24 |
| Octal | 145 | 134 | 124 | 0 | 11 | 21 | 74 | 34 | 11 | 44 |
| Binary | 1100101 | 1011100 | 1010100 | 0 | 1001 | 10001 | 111100 | 11100 | 1001 | 100100 |
Color Harmonies of #655C54
Complementary color
Monochromatic Colors of #655C54
Black with #655C54
Text Example
Text Example
White with #655C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C54; }
p { color: rgb(101,92,84); }
H1.HeaderClassName
{
color: #655C54;
}
.AnyTagClassName
{
color: #655C54;
}
</style>
background-color css
<style>
a { background-color: #655C54; }
a { background-color: rgb(101,92,84); }
div.DivClassName
{
background-color: #655C54;
}
.BgClassName
{
background-color: #655C54;
}
</style>
border-color css
<style>
span { border-color: #655C54; }
span { border-color: rgb(101,92,84); }
td.TdClassName
{
border-color: #655C54;
}
.TagClassName
{
border-color: #655C54;
}
</style>