Shades of Kabul #605A55
Tints of Kabul #605A55
RGB
CMYK
RGB Variations
Color information
#605A55 (or 0x605A55) is known color: Kabul. HEX triplet: 60, 5A and 55. RGB value is (96,90,85). Sum of RGB (Red+Green+Blue) = 96+90+85=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 96 - color contains mainly: red. Hex color #605A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A55 is #9FA5AA. Grayscale: #5B5B5B. Windows color (decimal): -10462635 or 5593696. OLE color: 5593696.
HSL color Cylindrical-coordinate representation of color #605A55: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #605A55 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 85 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.62 |
| HSL | 27.27º | 0.06% | 0.35% | - |
| HSV(B) | 27.27º | 0.11% | 0.38% | - |
| XYZ | 10.12 | 10.46 | 10.08 | - |
| YUV | 91.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 85 | 0 | 0.06 | 0.11 | 0.62 | 27.27 | 0.06 | 0.35 |
| Hex | 60 | 5A | 55 | 0 | 6 | B | 3E | 1B | 6 | 23 |
| Octal | 140 | 132 | 125 | 0 | 6 | 13 | 76 | 33 | 6 | 43 |
| Binary | 1100000 | 1011010 | 1010101 | 0 | 110 | 1011 | 111110 | 11011 | 110 | 100011 |
Color Harmonies of #605A55
Complementary color
Monochromatic Colors of #605A55
Black with #605A55
Text Example
Text Example
White with #605A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A55; }
p { color: rgb(96,90,85); }
H1.HeaderClassName
{
color: #605A55;
}
.AnyTagClassName
{
color: #605A55;
}
</style>
background-color css
<style>
a { background-color: #605A55; }
a { background-color: rgb(96,90,85); }
div.DivClassName
{
background-color: #605A55;
}
.BgClassName
{
background-color: #605A55;
}
</style>
border-color css
<style>
span { border-color: #605A55; }
span { border-color: rgb(96,90,85); }
td.TdClassName
{
border-color: #605A55;
}
.TagClassName
{
border-color: #605A55;
}
</style>