Shades of Kabul #605B56
Tints of Kabul #605B56
RGB
CMYK
RGB Variations
Color information
#605B56 (or 0x605B56) is known color: Kabul. HEX triplet: 60, 5B and 56. RGB value is (96,91,86). Sum of RGB (Red+Green+Blue) = 96+91+86=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B56 is #9FA4A9. Grayscale: #5B5B5B. Windows color (decimal): -10462378 or 5659488. OLE color: 5659488.
HSL color Cylindrical-coordinate representation of color #605B56: hue angle of 30º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605B56 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 86 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.62 |
| HSL | 30º | 0.05% | 0.36% | - |
| HSV(B) | 30º | 0.1% | 0.38% | - |
| XYZ | 10.24 | 10.64 | 10.32 | - |
| YUV | 91.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 86 | 0 | 0.05 | 0.10 | 0.62 | 30 | 0.05 | 0.36 |
| Hex | 60 | 5B | 56 | 0 | 5 | A | 3E | 1E | 5 | 24 |
| Octal | 140 | 133 | 126 | 0 | 5 | 12 | 76 | 36 | 5 | 44 |
| Binary | 1100000 | 1011011 | 1010110 | 0 | 101 | 1010 | 111110 | 11110 | 101 | 100100 |
Color Harmonies of #605B56
Complementary color
Monochromatic Colors of #605B56
Black with #605B56
Text Example
Text Example
White with #605B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B56; }
p { color: rgb(96,91,86); }
H1.HeaderClassName
{
color: #605B56;
}
.AnyTagClassName
{
color: #605B56;
}
</style>
background-color css
<style>
a { background-color: #605B56; }
a { background-color: rgb(96,91,86); }
div.DivClassName
{
background-color: #605B56;
}
.BgClassName
{
background-color: #605B56;
}
</style>
border-color css
<style>
span { border-color: #605B56; }
span { border-color: rgb(96,91,86); }
td.TdClassName
{
border-color: #605B56;
}
.TagClassName
{
border-color: #605B56;
}
</style>