Shades of Kabul #655D57
Tints of Kabul #655D57
RGB
CMYK
RGB Variations
Color information
#655D57 (or 0x655D57) is known color: Kabul. HEX triplet: 65, 5D and 57. RGB value is (101,93,87). Sum of RGB (Red+Green+Blue) = 101+93+87=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D57 is #9AA2A8. Grayscale: #5E5E5E. Windows color (decimal): -10134185 or 5725541. OLE color: 5725541.
HSL color Cylindrical-coordinate representation of color #655D57: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655D57 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 87 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.60 |
| HSL | 25.71º | 0.07% | 0.37% | - |
| HSV(B) | 25.71º | 0.14% | 0.4% | - |
| XYZ | 11 | 11.28 | 10.61 | - |
| YUV | 94.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 87 | 0 | 0.08 | 0.14 | 0.60 | 25.71 | 0.07 | 0.37 |
| Hex | 65 | 5D | 57 | 0 | 8 | E | 3C | 1A | 7 | 25 |
| Octal | 145 | 135 | 127 | 0 | 10 | 16 | 74 | 32 | 7 | 45 |
| Binary | 1100101 | 1011101 | 1010111 | 0 | 1000 | 1110 | 111100 | 11010 | 111 | 100101 |
Color Harmonies of #655D57
Complementary color
Monochromatic Colors of #655D57
Black with #655D57
Text Example
Text Example
White with #655D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D57; }
p { color: rgb(101,93,87); }
H1.HeaderClassName
{
color: #655D57;
}
.AnyTagClassName
{
color: #655D57;
}
</style>
background-color css
<style>
a { background-color: #655D57; }
a { background-color: rgb(101,93,87); }
div.DivClassName
{
background-color: #655D57;
}
.BgClassName
{
background-color: #655D57;
}
</style>
border-color css
<style>
span { border-color: #655D57; }
span { border-color: rgb(101,93,87); }
td.TdClassName
{
border-color: #655D57;
}
.TagClassName
{
border-color: #655D57;
}
</style>