Shades of Kabul #605E5C
Tints of Kabul #605E5C
RGB
CMYK
RGB Variations
Color information
#605E5C (or 0x605E5C) is known color: Kabul. HEX triplet: 60, 5E and 5C. RGB value is (96,94,92). Sum of RGB (Red+Green+Blue) = 96+94+92=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E5C is #9FA1A3. Grayscale: #5E5E5E. Windows color (decimal): -10461604 or 6053472. OLE color: 6053472.
HSL color Cylindrical-coordinate representation of color #605E5C: 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 #605E5C is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 92 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.62 |
| HSL | 30º | 0.02% | 0.37% | - |
| HSV(B) | 30º | 0.04% | 0.38% | - |
| XYZ | 10.76 | 11.26 | 11.73 | - |
| YUV | 94.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 92 | 0 | 0.02 | 0.04 | 0.62 | 30 | 0.02 | 0.37 |
| Hex | 60 | 5E | 5C | 0 | 2 | 4 | 3E | 1E | 2 | 25 |
| Octal | 140 | 136 | 134 | 0 | 2 | 4 | 76 | 36 | 2 | 45 |
| Binary | 1100000 | 1011110 | 1011100 | 0 | 10 | 100 | 111110 | 11110 | 10 | 100101 |
Color Harmonies of #605E5C
Complementary color
Monochromatic Colors of #605E5C
Black with #605E5C
Text Example
Text Example
White with #605E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E5C; }
p { color: rgb(96,94,92); }
H1.HeaderClassName
{
color: #605E5C;
}
.AnyTagClassName
{
color: #605E5C;
}
</style>
background-color css
<style>
a { background-color: #605E5C; }
a { background-color: rgb(96,94,92); }
div.DivClassName
{
background-color: #605E5C;
}
.BgClassName
{
background-color: #605E5C;
}
</style>
border-color css
<style>
span { border-color: #605E5C; }
span { border-color: rgb(96,94,92); }
td.TdClassName
{
border-color: #605E5C;
}
.TagClassName
{
border-color: #605E5C;
}
</style>