Shades of Kabul #655F59
Tints of Kabul #655F59
RGB
CMYK
RGB Variations
Color information
#655F59 (or 0x655F59) is known color: Kabul. HEX triplet: 65, 5F and 59. RGB value is (101,95,89). Sum of RGB (Red+Green+Blue) = 101+95+89=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F59 is #9AA0A6. Grayscale: #606060. Windows color (decimal): -10133671 or 5857125. OLE color: 5857125.
HSL color Cylindrical-coordinate representation of color #655F59: hue angle of 30º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #655F59 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 89 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.60 |
| HSL | 30º | 0.06% | 0.37% | - |
| HSV(B) | 30º | 0.12% | 0.4% | - |
| XYZ | 11.26 | 11.67 | 11.11 | - |
| YUV | 96.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 89 | 0 | 0.06 | 0.12 | 0.60 | 30 | 0.06 | 0.37 |
| Hex | 65 | 5F | 59 | 0 | 6 | C | 3C | 1E | 6 | 25 |
| Octal | 145 | 137 | 131 | 0 | 6 | 14 | 74 | 36 | 6 | 45 |
| Binary | 1100101 | 1011111 | 1011001 | 0 | 110 | 1100 | 111100 | 11110 | 110 | 100101 |
Color Harmonies of #655F59
Complementary color
Monochromatic Colors of #655F59
Black with #655F59
Text Example
Text Example
White with #655F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F59; }
p { color: rgb(101,95,89); }
H1.HeaderClassName
{
color: #655F59;
}
.AnyTagClassName
{
color: #655F59;
}
</style>
background-color css
<style>
a { background-color: #655F59; }
a { background-color: rgb(101,95,89); }
div.DivClassName
{
background-color: #655F59;
}
.BgClassName
{
background-color: #655F59;
}
</style>
border-color css
<style>
span { border-color: #655F59; }
span { border-color: rgb(101,95,89); }
td.TdClassName
{
border-color: #655F59;
}
.TagClassName
{
border-color: #655F59;
}
</style>