Shades of Kabul #605F5E
Tints of Kabul #605F5E
RGB
CMYK
RGB Variations
Color information
#605F5E (or 0x605F5E) is known color: Kabul. HEX triplet: 60, 5F and 5E. RGB value is (96,95,94). Sum of RGB (Red+Green+Blue) = 96+95+94=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5E is #9FA0A1. Grayscale: #5F5F5F. Windows color (decimal): -10461346 or 6184800. OLE color: 6184800.
HSL color Cylindrical-coordinate representation of color #605F5E: hue angle of 30º degrees, saturation: 0.01, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #605F5E is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
RGB | 96 | 95 | 94 | - |
CMYK | 0 | 0.01 | 0.02 | 0.62 |
HSL | 30º | 0.01% | 0.37% | - |
HSV(B) | 30º | 0.02% | 0.38% | - |
XYZ | 10.94 | 11.48 | 12.23 | - |
YUV | 95.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 95 | 94 | 0 | 0.01 | 0.02 | 0.62 | 30 | 0.01 | 0.37 |
Hex | 60 | 5F | 5E | 0 | 1 | 2 | 3E | 1E | 1 | 25 |
Octal | 140 | 137 | 136 | 0 | 1 | 2 | 76 | 36 | 1 | 45 |
Binary | 1100000 | 1011111 | 1011110 | 0 | 1 | 10 | 111110 | 11110 | 1 | 100101 |
Color Harmonies of #605F5E
Complementary color
Monochromatic Colors of #605F5E
Black with #605F5E
Text Example
Text Example
White with #605F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F5E; }
p { color: rgb(96,95,94); }
H1.HeaderClassName
{
color: #605F5E;
}
.AnyTagClassName
{
color: #605F5E;
}
</style>
background-color css
<style>
a { background-color: #605F5E; }
a { background-color: rgb(96,95,94); }
div.DivClassName
{
background-color: #605F5E;
}
.BgClassName
{
background-color: #605F5E;
}
</style>
border-color css
<style>
span { border-color: #605F5E; }
span { border-color: rgb(96,95,94); }
td.TdClassName
{
border-color: #605F5E;
}
.TagClassName
{
border-color: #605F5E;
}
</style>