Shades of Kabul #655E58
Tints of Kabul #655E58
RGB
CMYK
RGB Variations
Color information
#655E58 (or 0x655E58) is known color: Kabul. HEX triplet: 65, 5E and 58. RGB value is (101,94,88). Sum of RGB (Red+Green+Blue) = 101+94+88=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 94 (37.11% from 255 or 33.22% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E58 is #9AA1A7. Grayscale: #5F5F5F. Windows color (decimal): -10133928 or 5791333. OLE color: 5791333.
HSL color Cylindrical-coordinate representation of color #655E58: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655E58 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 88 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.60 |
| HSL | 27.69º | 0.07% | 0.37% | - |
| HSV(B) | 27.69º | 0.13% | 0.4% | - |
| XYZ | 11.13 | 11.48 | 10.86 | - |
| YUV | 95.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 88 | 0 | 0.07 | 0.13 | 0.60 | 27.69 | 0.07 | 0.37 |
| Hex | 65 | 5E | 58 | 0 | 7 | D | 3C | 1C | 7 | 25 |
| Octal | 145 | 136 | 130 | 0 | 7 | 15 | 74 | 34 | 7 | 45 |
| Binary | 1100101 | 1011110 | 1011000 | 0 | 111 | 1101 | 111100 | 11100 | 111 | 100101 |
Color Harmonies of #655E58
Complementary color
Monochromatic Colors of #655E58
Black with #655E58
Text Example
Text Example
White with #655E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E58; }
p { color: rgb(101,94,88); }
H1.HeaderClassName
{
color: #655E58;
}
.AnyTagClassName
{
color: #655E58;
}
</style>
background-color css
<style>
a { background-color: #655E58; }
a { background-color: rgb(101,94,88); }
div.DivClassName
{
background-color: #655E58;
}
.BgClassName
{
background-color: #655E58;
}
</style>
border-color css
<style>
span { border-color: #655E58; }
span { border-color: rgb(101,94,88); }
td.TdClassName
{
border-color: #655E58;
}
.TagClassName
{
border-color: #655E58;
}
</style>