Shades of Kabul #615F5D
Tints of Kabul #615F5D
RGB
CMYK
RGB Variations
Color information
#615F5D (or 0x615F5D) is known color: Kabul. HEX triplet: 61, 5F and 5D. RGB value is (97,95,93). Sum of RGB (Red+Green+Blue) = 97+95+93=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5D is #9EA0A2. Grayscale: #5F5F5F. Windows color (decimal): -10395811 or 6119265. OLE color: 6119265.
HSL color Cylindrical-coordinate representation of color #615F5D: hue angle of 30º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #615F5D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 93 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.62 |
| HSL | 30º | 0.02% | 0.37% | - |
| HSV(B) | 30º | 0.04% | 0.38% | - |
| XYZ | 11 | 11.52 | 12 | - |
| YUV | 95.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 93 | 0 | 0.02 | 0.04 | 0.62 | 30 | 0.02 | 0.37 |
| Hex | 61 | 5F | 5D | 0 | 2 | 4 | 3E | 1E | 2 | 25 |
| Octal | 141 | 137 | 135 | 0 | 2 | 4 | 76 | 36 | 2 | 45 |
| Binary | 1100001 | 1011111 | 1011101 | 0 | 10 | 100 | 111110 | 11110 | 10 | 100101 |
Color Harmonies of #615F5D
Complementary color
Monochromatic Colors of #615F5D
Black with #615F5D
Text Example
Text Example
White with #615F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F5D; }
p { color: rgb(97,95,93); }
H1.HeaderClassName
{
color: #615F5D;
}
.AnyTagClassName
{
color: #615F5D;
}
</style>
background-color css
<style>
a { background-color: #615F5D; }
a { background-color: rgb(97,95,93); }
div.DivClassName
{
background-color: #615F5D;
}
.BgClassName
{
background-color: #615F5D;
}
</style>
border-color css
<style>
span { border-color: #615F5D; }
span { border-color: rgb(97,95,93); }
td.TdClassName
{
border-color: #615F5D;
}
.TagClassName
{
border-color: #615F5D;
}
</style>